Shades of Razzle Dazzle Rose #F41EDD
Tints of Razzle Dazzle Rose #F41EDD
RGB
CMYK
RGB Variations
Color information
#F41EDD (or 0xF41EDD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 1E and DD. RGB value is (244,30,221). Sum of RGB (Red+Green+Blue) = 244+30+221=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 30 (12.11% from 255 or 6.06% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F41EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41EDD is #0BE122. Grayscale: #737373. Windows color (decimal): -778531 or 14491380. OLE color: 14491380.
HSL color Cylindrical-coordinate representation of color #F41EDD: hue angle of 306.45º 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 #F41EDD is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 221 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.04 |
| HSL | 306.45º | 0.91% | 0.54% | - |
| HSV(B) | 306.45º | 0.88% | 0.96% | - |
| XYZ | 50.82 | 25.38 | 70.63 | - |
| YUV | 115.76 | 187.4 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 221 | 0 | 0.88 | 0.09 | 0.04 | 306.45 | 0.91 | 0.54 |
| Hex | F4 | 1E | DD | 0 | 58 | 9 | 4 | 132 | 5B | 36 |
| Octal | 364 | 36 | 335 | 0 | 130 | 11 | 4 | 462 | 133 | 66 |
| Binary | 11110100 | 11110 | 11011101 | 0 | 1011000 | 1001 | 100 | 100110010 | 1011011 | 110110 |
Color Harmonies of #F41EDD
Complementary color
Monochromatic Colors of #F41EDD
Black with #F41EDD
Text Example
Text Example
White with #F41EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41EDD; }
p { color: rgb(244,30,221); }
H1.HeaderClassName
{
color: #F41EDD;
}
.AnyTagClassName
{
color: #F41EDD;
}
</style>
background-color css
<style>
a { background-color: #F41EDD; }
a { background-color: rgb(244,30,221); }
div.DivClassName
{
background-color: #F41EDD;
}
.BgClassName
{
background-color: #F41EDD;
}
</style>
border-color css
<style>
span { border-color: #F41EDD; }
span { border-color: rgb(244,30,221); }
td.TdClassName
{
border-color: #F41EDD;
}
.TagClassName
{
border-color: #F41EDD;
}
</style>