Shades of Razzle Dazzle Rose #F423DD
Tints of Razzle Dazzle Rose #F423DD
RGB
CMYK
RGB Variations
Color information
#F423DD (or 0xF423DD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 23 and DD. RGB value is (244,35,221). Sum of RGB (Red+Green+Blue) = 244+35+221=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 35 (14.06% from 255 or 7% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F423DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F423DD is #0BDC22. Grayscale: #767676. Windows color (decimal): -777251 or 14492660. OLE color: 14492660.
HSL color Cylindrical-coordinate representation of color #F423DD: hue angle of 306.6º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F423DD is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 221 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.04 |
| HSL | 306.6º | 0.9% | 0.55% | - |
| HSV(B) | 306.6º | 0.86% | 0.96% | - |
| XYZ | 50.96 | 25.66 | 70.67 | - |
| YUV | 118.7 | 185.74 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 221 | 0 | 0.86 | 0.09 | 0.04 | 306.6 | 0.9 | 0.55 |
| Hex | F4 | 23 | DD | 0 | 56 | 9 | 4 | 133 | 5A | 37 |
| Octal | 364 | 43 | 335 | 0 | 126 | 11 | 4 | 463 | 132 | 67 |
| Binary | 11110100 | 100011 | 11011101 | 0 | 1010110 | 1001 | 100 | 100110011 | 1011010 | 110111 |
Color Harmonies of #F423DD
Complementary color
Monochromatic Colors of #F423DD
Black with #F423DD
Text Example
Text Example
White with #F423DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F423DD; }
p { color: rgb(244,35,221); }
H1.HeaderClassName
{
color: #F423DD;
}
.AnyTagClassName
{
color: #F423DD;
}
</style>
background-color css
<style>
a { background-color: #F423DD; }
a { background-color: rgb(244,35,221); }
div.DivClassName
{
background-color: #F423DD;
}
.BgClassName
{
background-color: #F423DD;
}
</style>
border-color css
<style>
span { border-color: #F423DD; }
span { border-color: rgb(244,35,221); }
td.TdClassName
{
border-color: #F423DD;
}
.TagClassName
{
border-color: #F423DD;
}
</style>