Shades of Razzle Dazzle Rose #F421D3
Tints of Razzle Dazzle Rose #F421D3
RGB
CMYK
RGB Variations
Color information
#F421D3 (or 0xF421D3) is known color: Razzle Dazzle Rose. HEX triplet: F4, 21 and D3. RGB value is (244,33,211). Sum of RGB (Red+Green+Blue) = 244+33+211=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 33 (13.28% from 255 or 6.76% from 488); Blue value is 211 (82.81% from 255 or 43.24% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F421D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F421D3 is #0BDE2C. Grayscale: #737373. Windows color (decimal): -777773 or 13836788. OLE color: 13836788.
HSL color Cylindrical-coordinate representation of color #F421D3: hue angle of 309.38º 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 #F421D3 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 211 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.04 |
| HSL | 309.38º | 0.91% | 0.54% | - |
| HSV(B) | 309.38º | 0.86% | 0.96% | - |
| XYZ | 49.61 | 25.02 | 63.84 | - |
| YUV | 116.38 | 181.4 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 211 | 0 | 0.86 | 0.14 | 0.04 | 309.38 | 0.91 | 0.54 |
| Hex | F4 | 21 | D3 | 0 | 56 | E | 4 | 135 | 5B | 36 |
| Octal | 364 | 41 | 323 | 0 | 126 | 16 | 4 | 465 | 133 | 66 |
| Binary | 11110100 | 100001 | 11010011 | 0 | 1010110 | 1110 | 100 | 100110101 | 1011011 | 110110 |
Color Harmonies of #F421D3
Complementary color
Monochromatic Colors of #F421D3
Black with #F421D3
Text Example
Text Example
White with #F421D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F421D3; }
p { color: rgb(244,33,211); }
H1.HeaderClassName
{
color: #F421D3;
}
.AnyTagClassName
{
color: #F421D3;
}
</style>
background-color css
<style>
a { background-color: #F421D3; }
a { background-color: rgb(244,33,211); }
div.DivClassName
{
background-color: #F421D3;
}
.BgClassName
{
background-color: #F421D3;
}
</style>
border-color css
<style>
span { border-color: #F421D3; }
span { border-color: rgb(244,33,211); }
td.TdClassName
{
border-color: #F421D3;
}
.TagClassName
{
border-color: #F421D3;
}
</style>