#F24DA8

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

Shades of Brilliant Rose #F24DA8

Tints of Brilliant Rose #F24DA8

Color information

#F24DA8 (or 0xF24DA8) is unknown color: approx Brilliant Rose. HEX triplet: F2, 4D and A8. RGB value is (242,77,168). Sum of RGB (Red+Green+Blue) = 242+77+168=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F24DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24DA8 is #0DB257. Grayscale: #888888. Windows color (decimal): -897624 or 11030002. OLE color: 11030002.

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

Color convert

RGB24277168-
CMYK00.680.310.05
HSL326.91º86.39%62.55%-
HSV(B)326.91º68.18%94.9%-
XYZ46.3427.0139.82-
YUV136.71145.66203.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.69%
GREEN value IS 77 (30.47% from 255) = 15.81%
BLUE value IS 168 (66.02% from 255) = 34.50%
R=49.69%
G=15.81%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427716800.680.310.05326.9186.3962.55
HexF24DA80441F5147563f
Octal362115250010437550712677
Binary1111001010011011010100001000100111111011010001111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24DA8; }

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

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

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

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

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

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

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

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