Shades of Razzle Dazzle Rose #F946DD
Tints of Razzle Dazzle Rose #F946DD
RGB
CMYK
RGB Variations
Color information
#F946DD (or 0xF946DD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 46 and DD. RGB value is (249,70,221). Sum of RGB (Red+Green+Blue) = 249+70+221=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 70 (27.73% from 255 or 12.96% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F946DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F946DD is #06B922. Grayscale: #8C8C8C. Windows color (decimal): -440611 or 14501625. OLE color: 14501625.
HSL color Cylindrical-coordinate representation of color #F946DD: hue angle of 309.39º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F946DD is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 221 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.02 |
| HSL | 309.39º | 0.94% | 0.63% | - |
| HSV(B) | 309.39º | 0.72% | 0.98% | - |
| XYZ | 54.31 | 29.74 | 71.28 | - |
| YUV | 140.74 | 173.3 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 221 | 0 | 0.72 | 0.11 | 0.02 | 309.39 | 0.94 | 0.63 |
| Hex | F9 | 46 | DD | 0 | 48 | B | 2 | 135 | 5E | 3F |
| Octal | 371 | 106 | 335 | 0 | 110 | 13 | 2 | 465 | 136 | 77 |
| Binary | 11111001 | 1000110 | 11011101 | 0 | 1001000 | 1011 | 10 | 100110101 | 1011110 | 111111 |
Color Harmonies of #F946DD
Complementary color
Monochromatic Colors of #F946DD
Black with #F946DD
Text Example
Text Example
White with #F946DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F946DD; }
p { color: rgb(249,70,221); }
H1.HeaderClassName
{
color: #F946DD;
}
.AnyTagClassName
{
color: #F946DD;
}
</style>
background-color css
<style>
a { background-color: #F946DD; }
a { background-color: rgb(249,70,221); }
div.DivClassName
{
background-color: #F946DD;
}
.BgClassName
{
background-color: #F946DD;
}
</style>
border-color css
<style>
span { border-color: #F946DD; }
span { border-color: rgb(249,70,221); }
td.TdClassName
{
border-color: #F946DD;
}
.TagClassName
{
border-color: #F946DD;
}
</style>