Shades of Razzle Dazzle Rose #F429DD
Tints of Razzle Dazzle Rose #F429DD
RGB
CMYK
RGB Variations
Color information
#F429DD (or 0xF429DD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 29 and DD. RGB value is (244,41,221). Sum of RGB (Red+Green+Blue) = 244+41+221=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 41 (16.41% from 255 or 8.10% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F429DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F429DD is #0BD622. Grayscale: #797979. Windows color (decimal): -775715 or 14494196. OLE color: 14494196.
HSL color Cylindrical-coordinate representation of color #F429DD: hue angle of 306.8º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F429DD is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 221 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.04 |
| HSL | 306.8º | 0.9% | 0.56% | - |
| HSV(B) | 306.8º | 0.83% | 0.96% | - |
| XYZ | 51.15 | 26.04 | 70.74 | - |
| YUV | 122.22 | 183.75 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 221 | 0 | 0.83 | 0.09 | 0.04 | 306.8 | 0.9 | 0.56 |
| Hex | F4 | 29 | DD | 0 | 53 | 9 | 4 | 133 | 5A | 38 |
| Octal | 364 | 51 | 335 | 0 | 123 | 11 | 4 | 463 | 132 | 70 |
| Binary | 11110100 | 101001 | 11011101 | 0 | 1010011 | 1001 | 100 | 100110011 | 1011010 | 111000 |
Color Harmonies of #F429DD
Complementary color
Monochromatic Colors of #F429DD
Black with #F429DD
Text Example
Text Example
White with #F429DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F429DD; }
p { color: rgb(244,41,221); }
H1.HeaderClassName
{
color: #F429DD;
}
.AnyTagClassName
{
color: #F429DD;
}
</style>
background-color css
<style>
a { background-color: #F429DD; }
a { background-color: rgb(244,41,221); }
div.DivClassName
{
background-color: #F429DD;
}
.BgClassName
{
background-color: #F429DD;
}
</style>
border-color css
<style>
span { border-color: #F429DD; }
span { border-color: rgb(244,41,221); }
td.TdClassName
{
border-color: #F429DD;
}
.TagClassName
{
border-color: #F429DD;
}
</style>