Shades of Razzle Dazzle Rose #F24CC2
Tints of Razzle Dazzle Rose #F24CC2
RGB
CMYK
RGB Variations
Color information
#F24CC2 (or 0xF24CC2) is known color: 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
| RGB | 242 | 76 | 194 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.05 |
| HSL | 317.35º | 0.86% | 0.62% | - |
| HSV(B) | 317.35º | 0.69% | 0.95% | - |
| XYZ | 48.94 | 27.94 | 53.85 | - |
| YUV | 139.09 | 159 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 194 | 0 | 0.69 | 0.20 | 0.05 | 317.35 | 0.86 | 0.62 |
| Hex | F2 | 4C | C2 | 0 | 45 | 14 | 5 | 13D | 56 | 3E |
| Octal | 362 | 114 | 302 | 0 | 105 | 24 | 5 | 475 | 126 | 76 |
| Binary | 11110010 | 1001100 | 11000010 | 0 | 1000101 | 10100 | 101 | 100111101 | 1010110 | 111110 |
Color Harmonies of #F24CC2
Complementary color
Monochromatic Colors of #F24CC2
Black with #F24CC2
Text Example
Text Example
White with #F24CC2
Text Example
Text Example
HTML Codes & Css Web 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>