#F24DC8

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

Shades of Razzle Dazzle Rose #F24DC8

Tints of Razzle Dazzle Rose #F24DC8

Color information

#F24DC8 (or 0xF24DC8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 4D and C8. RGB value is (242,77,200). Sum of RGB (Red+Green+Blue) = 242+77+200=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F24DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F24DC8 is #0DB237. Grayscale: #8C8C8C. Windows color (decimal): -897592 or 13127154. OLE color: 13127154.

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

Color convert

RGB24277200-
CMYK00.680.170.05
HSL315.27º86.39%62.55%-
HSV(B)315.27º68.18%94.9%-
XYZ49.728.3657.5-
YUV140.36161.66200.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.63%
GREEN value IS 77 (30.47% from 255) = 14.84%
BLUE value IS 200 (78.52% from 255) = 38.54%
R=46.63%
G=14.84%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427720000.680.170.05315.2786.3962.55
HexF24DC804411513b563f
Octal362115310010421547312677
Binary1111001010011011100100001000100100011011001110111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24DC8; }

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

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

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

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

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

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

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

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