Shades of Razzle Dazzle Rose #F420CF
Tints of Razzle Dazzle Rose #F420CF
RGB
CMYK
RGB Variations
Color information
#F420CF (or 0xF420CF) is known color: Razzle Dazzle Rose. HEX triplet: F4, 20 and CF. RGB value is (244,32,207). Sum of RGB (Red+Green+Blue) = 244+32+207=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 32 (12.89% from 255 or 6.63% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F420CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F420CF is #0BDF30. Grayscale: #727272. Windows color (decimal): -778033 or 13574388. OLE color: 13574388.
HSL color Cylindrical-coordinate representation of color #F420CF: hue angle of 310.47º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F420CF is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 207 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.04 |
| HSL | 310.47º | 0.91% | 0.54% | - |
| HSV(B) | 310.47º | 0.87% | 0.96% | - |
| XYZ | 49.09 | 24.77 | 61.23 | - |
| YUV | 115.34 | 179.74 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 207 | 0 | 0.87 | 0.15 | 0.04 | 310.47 | 0.91 | 0.54 |
| Hex | F4 | 20 | CF | 0 | 57 | F | 4 | 136 | 5B | 36 |
| Octal | 364 | 40 | 317 | 0 | 127 | 17 | 4 | 466 | 133 | 66 |
| Binary | 11110100 | 100000 | 11001111 | 0 | 1010111 | 1111 | 100 | 100110110 | 1011011 | 110110 |
Color Harmonies of #F420CF
Complementary color
Monochromatic Colors of #F420CF
Black with #F420CF
Text Example
Text Example
White with #F420CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F420CF; }
p { color: rgb(244,32,207); }
H1.HeaderClassName
{
color: #F420CF;
}
.AnyTagClassName
{
color: #F420CF;
}
</style>
background-color css
<style>
a { background-color: #F420CF; }
a { background-color: rgb(244,32,207); }
div.DivClassName
{
background-color: #F420CF;
}
.BgClassName
{
background-color: #F420CF;
}
</style>
border-color css
<style>
span { border-color: #F420CF; }
span { border-color: rgb(244,32,207); }
td.TdClassName
{
border-color: #F420CF;
}
.TagClassName
{
border-color: #F420CF;
}
</style>