#F15CA0

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

Shades of Brilliant Rose #F15CA0

Tints of Brilliant Rose #F15CA0

Color information

#F15CA0 (or 0xF15CA0) is unknown color: approx Brilliant Rose. HEX triplet: F1, 5C and A0. RGB value is (241,92,160). Sum of RGB (Red+Green+Blue) = 241+92+160=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15CA0 is #0EA35F. Grayscale: #909090. Windows color (decimal): -959328 or 10509553. OLE color: 10509553.

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

Color convert

RGB24192160-
CMYK00.620.340.05
HSL332.62º84.18%65.29%-
HSV(B)332.62º61.83%94.51%-
XYZ46.4528.8936.39-
YUV144.3136.86196.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.88%
GREEN value IS 92 (36.33% from 255) = 18.66%
BLUE value IS 160 (62.89% from 255) = 32.45%
R=48.88%
G=18.66%
B=32.45%

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
Decimal2419216000.620.340.05332.6284.1865.29
HexF15CA003E22514d5441
Octal361134240076425515124101
Binary11110001101110010100000011111010001010110100110110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15CA0; }

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

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

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

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

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

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

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

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