#F24DA9

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

Shades of Brilliant Rose #F24DA9

Tints of Brilliant Rose #F24DA9

Color information

#F24DA9 (or 0xF24DA9) is unknown color: approx Brilliant Rose. HEX triplet: F2, 4D and A9. RGB value is (242,77,169). Sum of RGB (Red+Green+Blue) = 242+77+169=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F24DA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24DA9 is #0DB256. Grayscale: #888888. Windows color (decimal): -897623 or 11095538. OLE color: 11095538.

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

Color convert

RGB24277169-
CMYK00.680.300.05
HSL326.55º86.39%62.55%-
HSV(B)326.55º68.18%94.9%-
XYZ46.4327.0540.31-
YUV136.82146.16203.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.59%
GREEN value IS 77 (30.47% from 255) = 15.78%
BLUE value IS 169 (66.41% from 255) = 34.63%
R=49.59%
G=15.78%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427716900.680.300.05326.5586.3962.55
HexF24DA90441E5147563f
Octal362115251010436550712677
Binary1111001010011011010100101000100111101011010001111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24DA9; }

 p { color: rgb(242,77,169); }

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

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

 a { background-color: rgb(242,77,169); }

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

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

 span { border-color: rgb(242,77,169); }

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