#F24DA7

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

Shades of Brilliant Rose #F24DA7

Tints of Brilliant Rose #F24DA7

Color information

#F24DA7 (or 0xF24DA7) is unknown color: approx Brilliant Rose. HEX triplet: F2, 4D and A7. RGB value is (242,77,167). Sum of RGB (Red+Green+Blue) = 242+77+167=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 167 (65.62% from 255 or 34.36% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F24DA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24DA7 is #0DB258. Grayscale: #888888. Windows color (decimal): -897625 or 10964466. OLE color: 10964466.

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

Color convert

RGB24277167-
CMYK00.680.310.05
HSL327.27º86.39%62.55%-
HSV(B)327.27º68.18%94.9%-
XYZ46.2526.9839.33-
YUV136.6145.16203.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.79%
GREEN value IS 77 (30.47% from 255) = 15.84%
BLUE value IS 167 (65.62% from 255) = 34.36%
R=49.79%
G=15.84%
B=34.36%

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
Decimal2427716700.680.310.05327.2786.3962.55
HexF24DA70441F5147563f
Octal362115247010437550712677
Binary1111001010011011010011101000100111111011010001111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24DA7; }

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

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

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

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

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

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

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

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