#F15E97

Color #F15E97 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F15E97

Tints of Brilliant Rose #F15E97

Color information

#F15E97 (or 0xF15E97) is unknown color: approx Brilliant Rose. HEX triplet: F1, 5E and 97. RGB value is (241,94,151). Sum of RGB (Red+Green+Blue) = 241+94+151=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F15E97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15E97 is #0EA168. Grayscale: #909090. Windows color (decimal): -958825 or 9920241. OLE color: 9920241.

HSL color Cylindrical-coordinate representation of color #F15E97: hue angle of 336.73º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15E97 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB24194151-
CMYK00.610.370.05
HSL336.73º84%65.69%-
HSV(B)336.73º61%94.51%-
XYZ45.8628.9432.45-
YUV144.45131.7196.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 49.59%
GREEN value IS 94 (37.11% from 255) = 19.34%
BLUE value IS 151 (59.38% from 255) = 31.07%
R=49.59%
G=19.34%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419415100.610.370.05336.738465.69
HexF15E9703D2551515442
Octal361136227075455521124102
Binary11110001101111010010111011110110010110110101000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15E97; }

 p { color: rgb(241,94,151); }

 H1.HeaderClassName
 {
   color: #F15E97;
 }
 .AnyTagClassName
 {
   color: #F15E97;
 }
</style>
background-color css

<style>
 a { background-color: #F15E97; }

 a { background-color: rgb(241,94,151); }

 div.DivClassName
 {
   background-color: #F15E97;
 }
 .BgClassName
 {
   background-color: #F15E97;
 }
</style>
border-color css

<style>
 span { border-color: #F15E97; }

 span { border-color: rgb(241,94,151); }

 td.TdClassName
 {
   border-color: #F15E97;
 }
 .TagClassName
 {
   border-color: #F15E97;
 }
</style>