Shades of Razzle Dazzle Rose #F432DD
Tints of Razzle Dazzle Rose #F432DD
RGB
CMYK
RGB Variations
Color information
#F432DD (or 0xF432DD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 32 and DD. RGB value is (244,50,221). Sum of RGB (Red+Green+Blue) = 244+50+221=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 50 (19.92% from 255 or 9.71% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F432DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F432DD is #0BCD22. Grayscale: #7F7F7F. Windows color (decimal): -773411 or 14496500. OLE color: 14496500.
HSL color Cylindrical-coordinate representation of color #F432DD: hue angle of 307.11º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F432DD is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 221 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.04 |
| HSL | 307.11º | 0.9% | 0.58% | - |
| HSV(B) | 307.11º | 0.8% | 0.96% | - |
| XYZ | 51.5 | 26.73 | 70.85 | - |
| YUV | 127.5 | 180.77 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 221 | 0 | 0.80 | 0.09 | 0.04 | 307.11 | 0.9 | 0.58 |
| Hex | F4 | 32 | DD | 0 | 50 | 9 | 4 | 133 | 5A | 3A |
| Octal | 364 | 62 | 335 | 0 | 120 | 11 | 4 | 463 | 132 | 72 |
| Binary | 11110100 | 110010 | 11011101 | 0 | 1010000 | 1001 | 100 | 100110011 | 1011010 | 111010 |
Color Harmonies of #F432DD
Complementary color
Monochromatic Colors of #F432DD
Black with #F432DD
Text Example
Text Example
White with #F432DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F432DD; }
p { color: rgb(244,50,221); }
H1.HeaderClassName
{
color: #F432DD;
}
.AnyTagClassName
{
color: #F432DD;
}
</style>
background-color css
<style>
a { background-color: #F432DD; }
a { background-color: rgb(244,50,221); }
div.DivClassName
{
background-color: #F432DD;
}
.BgClassName
{
background-color: #F432DD;
}
</style>
border-color css
<style>
span { border-color: #F432DD; }
span { border-color: rgb(244,50,221); }
td.TdClassName
{
border-color: #F432DD;
}
.TagClassName
{
border-color: #F432DD;
}
</style>