Shades of Razzle Dazzle Rose #F947DD
Tints of Razzle Dazzle Rose #F947DD
RGB
CMYK
RGB Variations
Color information
#F947DD (or 0xF947DD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 47 and DD. RGB value is (249,71,221). Sum of RGB (Red+Green+Blue) = 249+71+221=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 71 (28.12% from 255 or 13.12% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F947DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F947DD is #06B822. Grayscale: #8C8C8C. Windows color (decimal): -440355 or 14501881. OLE color: 14501881.
HSL color Cylindrical-coordinate representation of color #F947DD: hue angle of 309.44º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F947DD is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 71 | 221 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.02 |
| HSL | 309.44º | 0.94% | 0.63% | - |
| HSV(B) | 309.44º | 0.71% | 0.98% | - |
| XYZ | 54.37 | 29.87 | 71.31 | - |
| YUV | 141.32 | 172.97 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 71 | 221 | 0 | 0.71 | 0.11 | 0.02 | 309.44 | 0.94 | 0.63 |
| Hex | F9 | 47 | DD | 0 | 47 | B | 2 | 135 | 5E | 3F |
| Octal | 371 | 107 | 335 | 0 | 107 | 13 | 2 | 465 | 136 | 77 |
| Binary | 11111001 | 1000111 | 11011101 | 0 | 1000111 | 1011 | 10 | 100110101 | 1011110 | 111111 |
Color Harmonies of #F947DD
Complementary color
Monochromatic Colors of #F947DD
Black with #F947DD
Text Example
Text Example
White with #F947DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F947DD; }
p { color: rgb(249,71,221); }
H1.HeaderClassName
{
color: #F947DD;
}
.AnyTagClassName
{
color: #F947DD;
}
</style>
background-color css
<style>
a { background-color: #F947DD; }
a { background-color: rgb(249,71,221); }
div.DivClassName
{
background-color: #F947DD;
}
.BgClassName
{
background-color: #F947DD;
}
</style>
border-color css
<style>
span { border-color: #F947DD; }
span { border-color: rgb(249,71,221); }
td.TdClassName
{
border-color: #F947DD;
}
.TagClassName
{
border-color: #F947DD;
}
</style>