Shades of Razzle Dazzle Rose #F41FDD
Tints of Razzle Dazzle Rose #F41FDD
RGB
CMYK
RGB Variations
Color information
#F41FDD (or 0xF41FDD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 1F and DD. RGB value is (244,31,221). Sum of RGB (Red+Green+Blue) = 244+31+221=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 31 (12.5% from 255 or 6.25% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F41FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41FDD is #0BE022. Grayscale: #737373. Windows color (decimal): -778275 or 14491636. OLE color: 14491636.
HSL color Cylindrical-coordinate representation of color #F41FDD: hue angle of 306.48º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F41FDD is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 31 | 221 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.04 |
| HSL | 306.48º | 0.91% | 0.54% | - |
| HSV(B) | 306.48º | 0.87% | 0.96% | - |
| XYZ | 50.85 | 25.43 | 70.64 | - |
| YUV | 116.35 | 187.07 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 31 | 221 | 0 | 0.87 | 0.09 | 0.04 | 306.48 | 0.91 | 0.54 |
| Hex | F4 | 1F | DD | 0 | 57 | 9 | 4 | 132 | 5B | 36 |
| Octal | 364 | 37 | 335 | 0 | 127 | 11 | 4 | 462 | 133 | 66 |
| Binary | 11110100 | 11111 | 11011101 | 0 | 1010111 | 1001 | 100 | 100110010 | 1011011 | 110110 |
Color Harmonies of #F41FDD
Complementary color
Monochromatic Colors of #F41FDD
Black with #F41FDD
Text Example
Text Example
White with #F41FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41FDD; }
p { color: rgb(244,31,221); }
H1.HeaderClassName
{
color: #F41FDD;
}
.AnyTagClassName
{
color: #F41FDD;
}
</style>
background-color css
<style>
a { background-color: #F41FDD; }
a { background-color: rgb(244,31,221); }
div.DivClassName
{
background-color: #F41FDD;
}
.BgClassName
{
background-color: #F41FDD;
}
</style>
border-color css
<style>
span { border-color: #F41FDD; }
span { border-color: rgb(244,31,221); }
td.TdClassName
{
border-color: #F41FDD;
}
.TagClassName
{
border-color: #F41FDD;
}
</style>