#F15CA8

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

Shades of Brilliant Rose #F15CA8

Tints of Brilliant Rose #F15CA8

Color information

#F15CA8 (or 0xF15CA8) is unknown color: approx Brilliant Rose. HEX triplet: F1, 5C and A8. RGB value is (241,92,168). Sum of RGB (Red+Green+Blue) = 241+92+168=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15CA8 is #0EA357. Grayscale: #919191. Windows color (decimal): -959320 or 11033841. OLE color: 11033841.

HSL color Cylindrical-coordinate representation of color #F15CA8: hue angle of 329.4º 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 #F15CA8 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB24192168-
CMYK00.620.300.05
HSL329.4º84.18%65.29%-
HSV(B)329.4º61.83%94.51%-
XYZ47.1729.1840.19-
YUV145.21140.86196.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.10%
GREEN value IS 92 (36.33% from 255) = 18.36%
BLUE value IS 168 (66.02% from 255) = 33.53%
R=48.10%
G=18.36%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419216800.620.300.05329.484.1865.29
HexF15CA803E1E51495441
Octal361134250076365511124101
Binary1111000110111001010100001111101111010110100100110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15CA8; }

 p { color: rgb(241,92,168); }

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

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

 a { background-color: rgb(241,92,168); }

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

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

 span { border-color: rgb(241,92,168); }

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