#F24CC2

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

Shades of Razzle Dazzle Rose #F24CC2

Tints of Razzle Dazzle Rose #F24CC2

Color information

#F24CC2 (or 0xF24CC2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 4C and C2. RGB value is (242,76,194). Sum of RGB (Red+Green+Blue) = 242+76+194=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F24CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24CC2 is #0DB33D. Grayscale: #8A8A8A. Windows color (decimal): -897854 or 12733682. OLE color: 12733682.

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

Color convert

RGB24276194-
CMYK00.690.200.05
HSL317.35º86.46%62.35%-
HSV(B)317.35º68.6%94.9%-
XYZ48.9427.9453.85-
YUV139.09159201.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.27%
GREEN value IS 76 (30.08% from 255) = 14.84%
BLUE value IS 194 (76.17% from 255) = 37.89%
R=47.27%
G=14.84%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427619400.690.200.05317.3586.4662.35
HexF24CC204514513d563e
Octal362114302010524547512676
Binary1111001010011001100001001000101101001011001111011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24CC2; }

 p { color: rgb(242,76,194); }

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

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

 a { background-color: rgb(242,76,194); }

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

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

 span { border-color: rgb(242,76,194); }

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