#F15CA4

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

Shades of Brilliant Rose #F15CA4

Tints of Brilliant Rose #F15CA4

Color information

#F15CA4 (or 0xF15CA4) is unknown color: approx Brilliant Rose. HEX triplet: F1, 5C and A4. RGB value is (241,92,164). Sum of RGB (Red+Green+Blue) = 241+92+164=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 164 (64.45% from 255 or 33.00% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15CA4 is #0EA35B. Grayscale: #909090. Windows color (decimal): -959324 or 10771697. OLE color: 10771697.

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

Color convert

RGB24192164-
CMYK00.620.320.05
HSL331.01º84.18%65.29%-
HSV(B)331.01º61.83%94.51%-
XYZ46.829.0438.26-
YUV144.76138.86196.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.49%
GREEN value IS 92 (36.33% from 255) = 18.51%
BLUE value IS 164 (64.45% from 255) = 33.00%
R=48.49%
G=18.51%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419216400.620.320.05331.0184.1865.29
HexF15CA403E20514b5441
Octal361134244076405513124101
Binary11110001101110010100100011111010000010110100101110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15CA4; }

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

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

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

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

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

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

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

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