Shades of Razzle Dazzle Rose #F942DD
Tints of Razzle Dazzle Rose #F942DD
RGB
CMYK
RGB Variations
Color information
#F942DD (or 0xF942DD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 42 and DD. RGB value is (249,66,221). Sum of RGB (Red+Green+Blue) = 249+66+221=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 66 (26.17% from 255 or 12.31% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F942DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F942DD is #06BD22. Grayscale: #898989. Windows color (decimal): -441635 or 14500601. OLE color: 14500601.
HSL color Cylindrical-coordinate representation of color #F942DD: hue angle of 309.18º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F942DD is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 221 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.02 |
| HSL | 309.18º | 0.94% | 0.62% | - |
| HSV(B) | 309.18º | 0.73% | 0.98% | - |
| XYZ | 54.07 | 29.26 | 71.2 | - |
| YUV | 138.39 | 174.63 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 221 | 0 | 0.73 | 0.11 | 0.02 | 309.18 | 0.94 | 0.62 |
| Hex | F9 | 42 | DD | 0 | 49 | B | 2 | 135 | 5E | 3E |
| Octal | 371 | 102 | 335 | 0 | 111 | 13 | 2 | 465 | 136 | 76 |
| Binary | 11111001 | 1000010 | 11011101 | 0 | 1001001 | 1011 | 10 | 100110101 | 1011110 | 111110 |
Color Harmonies of #F942DD
Complementary color
Monochromatic Colors of #F942DD
Black with #F942DD
Text Example
Text Example
White with #F942DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F942DD; }
p { color: rgb(249,66,221); }
H1.HeaderClassName
{
color: #F942DD;
}
.AnyTagClassName
{
color: #F942DD;
}
</style>
background-color css
<style>
a { background-color: #F942DD; }
a { background-color: rgb(249,66,221); }
div.DivClassName
{
background-color: #F942DD;
}
.BgClassName
{
background-color: #F942DD;
}
</style>
border-color css
<style>
span { border-color: #F942DD; }
span { border-color: rgb(249,66,221); }
td.TdClassName
{
border-color: #F942DD;
}
.TagClassName
{
border-color: #F942DD;
}
</style>