#F24AC6

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

Shades of Razzle Dazzle Rose #F24AC6

Tints of Razzle Dazzle Rose #F24AC6

Color information

#F24AC6 (or 0xF24AC6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 4A and C6. RGB value is (242,74,198). Sum of RGB (Red+Green+Blue) = 242+74+198=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 198 (77.73% from 255 or 38.52% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F24AC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24AC6 is #0DB539. Grayscale: #8A8A8A. Windows color (decimal): -898362 or 12995314. OLE color: 12995314.

HSL color Cylindrical-coordinate representation of color #F24AC6: hue angle of 315.71º degrees, saturation: 0.87, 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 #F24AC6 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB24274198-
CMYK00.690.180.05
HSL315.71º86.6%61.96%-
HSV(B)315.71º69.42%94.9%-
XYZ49.2627.8556.21-
YUV138.37161.66201.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.08%
GREEN value IS 74 (29.30% from 255) = 14.40%
BLUE value IS 198 (77.73% from 255) = 38.52%
R=47.08%
G=14.40%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427419800.690.180.05315.7186.661.96
HexF24AC604512513c573e
Octal362112306010522547412776
Binary1111001010010101100011001000101100101011001111001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24AC6; }

 p { color: rgb(242,74,198); }

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

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

 a { background-color: rgb(242,74,198); }

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

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

 span { border-color: rgb(242,74,198); }

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