Shades of Razzle Dazzle Rose #F41DDD
Tints of Razzle Dazzle Rose #F41DDD
RGB
CMYK
RGB Variations
Color information
#F41DDD (or 0xF41DDD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 1D and DD. RGB value is (244,29,221). Sum of RGB (Red+Green+Blue) = 244+29+221=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 29 (11.72% from 255 or 5.87% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F41DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41DDD is #0BE222. Grayscale: #727272. Windows color (decimal): -778787 or 14491124. OLE color: 14491124.
HSL color Cylindrical-coordinate representation of color #F41DDD: hue angle of 306.42º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41DDD is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 29 | 221 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.04 |
| HSL | 306.42º | 0.91% | 0.54% | - |
| HSV(B) | 306.42º | 0.88% | 0.96% | - |
| XYZ | 50.8 | 25.33 | 70.62 | - |
| YUV | 115.17 | 187.73 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 29 | 221 | 0 | 0.88 | 0.09 | 0.04 | 306.42 | 0.91 | 0.54 |
| Hex | F4 | 1D | DD | 0 | 58 | 9 | 4 | 132 | 5B | 36 |
| Octal | 364 | 35 | 335 | 0 | 130 | 11 | 4 | 462 | 133 | 66 |
| Binary | 11110100 | 11101 | 11011101 | 0 | 1011000 | 1001 | 100 | 100110010 | 1011011 | 110110 |
Color Harmonies of #F41DDD
Complementary color
Monochromatic Colors of #F41DDD
Black with #F41DDD
Text Example
Text Example
White with #F41DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41DDD; }
p { color: rgb(244,29,221); }
H1.HeaderClassName
{
color: #F41DDD;
}
.AnyTagClassName
{
color: #F41DDD;
}
</style>
background-color css
<style>
a { background-color: #F41DDD; }
a { background-color: rgb(244,29,221); }
div.DivClassName
{
background-color: #F41DDD;
}
.BgClassName
{
background-color: #F41DDD;
}
</style>
border-color css
<style>
span { border-color: #F41DDD; }
span { border-color: rgb(244,29,221); }
td.TdClassName
{
border-color: #F41DDD;
}
.TagClassName
{
border-color: #F41DDD;
}
</style>