Shades of Razzle Dazzle Rose #F431DD
Tints of Razzle Dazzle Rose #F431DD
RGB
CMYK
RGB Variations
Color information
#F431DD (or 0xF431DD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 31 and DD. RGB value is (244,49,221). Sum of RGB (Red+Green+Blue) = 244+49+221=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 49 (19.53% from 255 or 9.53% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F431DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F431DD is #0BCE22. Grayscale: #7E7E7E. Windows color (decimal): -773667 or 14496244. OLE color: 14496244.
HSL color Cylindrical-coordinate representation of color #F431DD: hue angle of 307.08º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F431DD is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 221 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.04 |
| HSL | 307.08º | 0.9% | 0.57% | - |
| HSV(B) | 307.08º | 0.8% | 0.96% | - |
| XYZ | 51.46 | 26.65 | 70.84 | - |
| YUV | 126.91 | 181.1 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 221 | 0 | 0.80 | 0.09 | 0.04 | 307.08 | 0.9 | 0.57 |
| Hex | F4 | 31 | DD | 0 | 50 | 9 | 4 | 133 | 5A | 39 |
| Octal | 364 | 61 | 335 | 0 | 120 | 11 | 4 | 463 | 132 | 71 |
| Binary | 11110100 | 110001 | 11011101 | 0 | 1010000 | 1001 | 100 | 100110011 | 1011010 | 111001 |
Color Harmonies of #F431DD
Complementary color
Monochromatic Colors of #F431DD
Black with #F431DD
Text Example
Text Example
White with #F431DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F431DD; }
p { color: rgb(244,49,221); }
H1.HeaderClassName
{
color: #F431DD;
}
.AnyTagClassName
{
color: #F431DD;
}
</style>
background-color css
<style>
a { background-color: #F431DD; }
a { background-color: rgb(244,49,221); }
div.DivClassName
{
background-color: #F431DD;
}
.BgClassName
{
background-color: #F431DD;
}
</style>
border-color css
<style>
span { border-color: #F431DD; }
span { border-color: rgb(244,49,221); }
td.TdClassName
{
border-color: #F431DD;
}
.TagClassName
{
border-color: #F431DD;
}
</style>