Shades of Razzle Dazzle Rose #F421D2
Tints of Razzle Dazzle Rose #F421D2
RGB
CMYK
RGB Variations
Color information
#F421D2 (or 0xF421D2) is known color: Razzle Dazzle Rose. HEX triplet: F4, 21 and D2. RGB value is (244,33,210). Sum of RGB (Red+Green+Blue) = 244+33+210=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 33 (13.28% from 255 or 6.78% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F421D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F421D2 is #0BDE2D. Grayscale: #737373. Windows color (decimal): -777774 or 13771252. OLE color: 13771252.
HSL color Cylindrical-coordinate representation of color #F421D2: hue angle of 309.67º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F421D2 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 210 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.04 |
| HSL | 309.67º | 0.91% | 0.54% | - |
| HSV(B) | 309.67º | 0.86% | 0.96% | - |
| XYZ | 49.48 | 24.97 | 63.19 | - |
| YUV | 116.27 | 180.9 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 210 | 0 | 0.86 | 0.14 | 0.04 | 309.67 | 0.91 | 0.54 |
| Hex | F4 | 21 | D2 | 0 | 56 | E | 4 | 136 | 5B | 36 |
| Octal | 364 | 41 | 322 | 0 | 126 | 16 | 4 | 466 | 133 | 66 |
| Binary | 11110100 | 100001 | 11010010 | 0 | 1010110 | 1110 | 100 | 100110110 | 1011011 | 110110 |
Color Harmonies of #F421D2
Complementary color
Monochromatic Colors of #F421D2
Black with #F421D2
Text Example
Text Example
White with #F421D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F421D2; }
p { color: rgb(244,33,210); }
H1.HeaderClassName
{
color: #F421D2;
}
.AnyTagClassName
{
color: #F421D2;
}
</style>
background-color css
<style>
a { background-color: #F421D2; }
a { background-color: rgb(244,33,210); }
div.DivClassName
{
background-color: #F421D2;
}
.BgClassName
{
background-color: #F421D2;
}
</style>
border-color css
<style>
span { border-color: #F421D2; }
span { border-color: rgb(244,33,210); }
td.TdClassName
{
border-color: #F421D2;
}
.TagClassName
{
border-color: #F421D2;
}
</style>