#F15CA2

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

Shades of Brilliant Rose #F15CA2

Tints of Brilliant Rose #F15CA2

Color information

#F15CA2 (or 0xF15CA2) is unknown color: approx Brilliant Rose. HEX triplet: F1, 5C and A2. RGB value is (241,92,162). Sum of RGB (Red+Green+Blue) = 241+92+162=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15CA2 is #0EA35D. Grayscale: #909090. Windows color (decimal): -959326 or 10640625. OLE color: 10640625.

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

Color convert

RGB24192162-
CMYK00.620.330.05
HSL331.81º84.18%65.29%-
HSV(B)331.81º61.83%94.51%-
XYZ46.6228.9637.32-
YUV144.53137.86196.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.69%
GREEN value IS 92 (36.33% from 255) = 18.59%
BLUE value IS 162 (63.67% from 255) = 32.73%
R=48.69%
G=18.59%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419216200.620.330.05331.8184.1865.29
HexF15CA203E21514c5441
Octal361134242076415514124101
Binary11110001101110010100010011111010000110110100110010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15CA2; }

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

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

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

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

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

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

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

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