#F15B9E

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

Shades of Brilliant Rose #F15B9E

Tints of Brilliant Rose #F15B9E

Color information

#F15B9E (or 0xF15B9E) is unknown color: approx Brilliant Rose. HEX triplet: F1, 5B and 9E. RGB value is (241,91,158). Sum of RGB (Red+Green+Blue) = 241+91+158=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15B9E is #0EA461. Grayscale: #8F8F8F. Windows color (decimal): -959586 or 10378225. OLE color: 10378225.

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

Color convert

RGB24191158-
CMYK00.620.340.05
HSL333.2º84.27%65.1%-
HSV(B)333.2º62.24%94.51%-
XYZ46.1928.6535.44-
YUV143.49136.2197.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.18%
GREEN value IS 91 (35.94% from 255) = 18.57%
BLUE value IS 158 (62.11% from 255) = 32.24%
R=49.18%
G=18.57%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419115800.620.340.05333.284.2765.1
HexF15B9E03E22514d5441
Octal361133236076425515124101
Binary11110001101101110011110011111010001010110100110110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15B9E; }

 p { color: rgb(241,91,158); }

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

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

 a { background-color: rgb(241,91,158); }

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

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

 span { border-color: rgb(241,91,158); }

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