Shades of Razzle Dazzle Rose #F424DD
Tints of Razzle Dazzle Rose #F424DD
RGB
CMYK
RGB Variations
Color information
#F424DD (or 0xF424DD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 24 and DD. RGB value is (244,36,221). Sum of RGB (Red+Green+Blue) = 244+36+221=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 36 (14.45% from 255 or 7.19% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F424DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F424DD is #0BDB22. Grayscale: #767676. Windows color (decimal): -776995 or 14492916. OLE color: 14492916.
HSL color Cylindrical-coordinate representation of color #F424DD: hue angle of 306.63º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F424DD is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 221 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.04 |
| HSL | 306.63º | 0.9% | 0.55% | - |
| HSV(B) | 306.63º | 0.85% | 0.96% | - |
| XYZ | 50.99 | 25.72 | 70.68 | - |
| YUV | 119.28 | 185.41 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 221 | 0 | 0.85 | 0.09 | 0.04 | 306.63 | 0.9 | 0.55 |
| Hex | F4 | 24 | DD | 0 | 55 | 9 | 4 | 133 | 5A | 37 |
| Octal | 364 | 44 | 335 | 0 | 125 | 11 | 4 | 463 | 132 | 67 |
| Binary | 11110100 | 100100 | 11011101 | 0 | 1010101 | 1001 | 100 | 100110011 | 1011010 | 110111 |
Color Harmonies of #F424DD
Complementary color
Monochromatic Colors of #F424DD
Black with #F424DD
Text Example
Text Example
White with #F424DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F424DD; }
p { color: rgb(244,36,221); }
H1.HeaderClassName
{
color: #F424DD;
}
.AnyTagClassName
{
color: #F424DD;
}
</style>
background-color css
<style>
a { background-color: #F424DD; }
a { background-color: rgb(244,36,221); }
div.DivClassName
{
background-color: #F424DD;
}
.BgClassName
{
background-color: #F424DD;
}
</style>
border-color css
<style>
span { border-color: #F424DD; }
span { border-color: rgb(244,36,221); }
td.TdClassName
{
border-color: #F424DD;
}
.TagClassName
{
border-color: #F424DD;
}
</style>