Shades of Razzle Dazzle Rose #F92DDD
Tints of Razzle Dazzle Rose #F92DDD
RGB
CMYK
RGB Variations
Color information
#F92DDD (or 0xF92DDD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2D and DD. RGB value is (249,45,221). Sum of RGB (Red+Green+Blue) = 249+45+221=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 45 (17.97% from 255 or 8.74% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F92DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92DDD is #06D222. Grayscale: #7D7D7D. Windows color (decimal): -447011 or 14495225. OLE color: 14495225.
HSL color Cylindrical-coordinate representation of color #F92DDD: hue angle of 308.24º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92DDD is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 221 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.02 |
| HSL | 308.24º | 0.94% | 0.58% | - |
| HSV(B) | 308.24º | 0.82% | 0.98% | - |
| XYZ | 53.06 | 27.24 | 70.87 | - |
| YUV | 126.06 | 181.59 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 221 | 0 | 0.82 | 0.11 | 0.02 | 308.24 | 0.94 | 0.58 |
| Hex | F9 | 2D | DD | 0 | 52 | B | 2 | 134 | 5E | 3A |
| Octal | 371 | 55 | 335 | 0 | 122 | 13 | 2 | 464 | 136 | 72 |
| Binary | 11111001 | 101101 | 11011101 | 0 | 1010010 | 1011 | 10 | 100110100 | 1011110 | 111010 |
Color Harmonies of #F92DDD
Complementary color
Monochromatic Colors of #F92DDD
Black with #F92DDD
Text Example
Text Example
White with #F92DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92DDD; }
p { color: rgb(249,45,221); }
H1.HeaderClassName
{
color: #F92DDD;
}
.AnyTagClassName
{
color: #F92DDD;
}
</style>
background-color css
<style>
a { background-color: #F92DDD; }
a { background-color: rgb(249,45,221); }
div.DivClassName
{
background-color: #F92DDD;
}
.BgClassName
{
background-color: #F92DDD;
}
</style>
border-color css
<style>
span { border-color: #F92DDD; }
span { border-color: rgb(249,45,221); }
td.TdClassName
{
border-color: #F92DDD;
}
.TagClassName
{
border-color: #F92DDD;
}
</style>