Shades of Razzle Dazzle Rose #F24DC8
Tints of Razzle Dazzle Rose #F24DC8
RGB
CMYK
RGB Variations
Color information
#F24DC8 (or 0xF24DC8) is known color: 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
| RGB | 242 | 77 | 200 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.05 |
| HSL | 315.27º | 0.86% | 0.63% | - |
| HSV(B) | 315.27º | 0.68% | 0.95% | - |
| XYZ | 49.7 | 28.36 | 57.5 | - |
| YUV | 140.36 | 161.66 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 200 | 0 | 0.68 | 0.17 | 0.05 | 315.27 | 0.86 | 0.63 |
| Hex | F2 | 4D | C8 | 0 | 44 | 11 | 5 | 13B | 56 | 3F |
| Octal | 362 | 115 | 310 | 0 | 104 | 21 | 5 | 473 | 126 | 77 |
| Binary | 11110010 | 1001101 | 11001000 | 0 | 1000100 | 10001 | 101 | 100111011 | 1010110 | 111111 |
Color Harmonies of #F24DC8
Complementary color
Monochromatic Colors of #F24DC8
Black with #F24DC8
Text Example
Text Example
White with #F24DC8
Text Example
Text Example
HTML Codes & Css Web 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>