#F24CA5

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

Shades of Brilliant Rose #F24CA5

Tints of Brilliant Rose #F24CA5

Color information

#F24CA5 (or 0xF24CA5) is unknown color: approx Brilliant Rose. HEX triplet: F2, 4C and A5. RGB value is (242,76,165). Sum of RGB (Red+Green+Blue) = 242+76+165=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F24CA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24CA5 is #0DB35A. Grayscale: #878787. Windows color (decimal): -897883 or 10833138. OLE color: 10833138.

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

Color convert

RGB24276165-
CMYK00.690.320.05
HSL327.83º86.46%62.35%-
HSV(B)327.83º68.6%94.9%-
XYZ45.9926.7638.34-
YUV135.78144.5203.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.10%
GREEN value IS 76 (30.08% from 255) = 15.73%
BLUE value IS 165 (64.84% from 255) = 34.16%
R=50.10%
G=15.73%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427616500.690.320.05327.8386.4662.35
HexF24CA5045205148563e
Octal362114245010540551012676
Binary11110010100110010100101010001011000001011010010001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24CA5; }

 p { color: rgb(242,76,165); }

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

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

 a { background-color: rgb(242,76,165); }

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

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

 span { border-color: rgb(242,76,165); }

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