Shades of Razzle Dazzle Rose #F92CDD
Tints of Razzle Dazzle Rose #F92CDD
RGB
CMYK
RGB Variations
Color information
#F92CDD (or 0xF92CDD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2C and DD. RGB value is (249,44,221). Sum of RGB (Red+Green+Blue) = 249+44+221=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 44 (17.58% from 255 or 8.56% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F92CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92CDD is #06D322. Grayscale: #7C7C7C. Windows color (decimal): -447267 or 14494969. OLE color: 14494969.
HSL color Cylindrical-coordinate representation of color #F92CDD: hue angle of 308.2º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92CDD is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 221 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.02 |
| HSL | 308.2º | 0.94% | 0.57% | - |
| HSV(B) | 308.2º | 0.82% | 0.98% | - |
| XYZ | 53.02 | 27.16 | 70.85 | - |
| YUV | 125.47 | 181.92 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 221 | 0 | 0.82 | 0.11 | 0.02 | 308.2 | 0.94 | 0.57 |
| Hex | F9 | 2C | DD | 0 | 52 | B | 2 | 134 | 5E | 39 |
| Octal | 371 | 54 | 335 | 0 | 122 | 13 | 2 | 464 | 136 | 71 |
| Binary | 11111001 | 101100 | 11011101 | 0 | 1010010 | 1011 | 10 | 100110100 | 1011110 | 111001 |
Color Harmonies of #F92CDD
Complementary color
Monochromatic Colors of #F92CDD
Black with #F92CDD
Text Example
Text Example
White with #F92CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92CDD; }
p { color: rgb(249,44,221); }
H1.HeaderClassName
{
color: #F92CDD;
}
.AnyTagClassName
{
color: #F92CDD;
}
</style>
background-color css
<style>
a { background-color: #F92CDD; }
a { background-color: rgb(249,44,221); }
div.DivClassName
{
background-color: #F92CDD;
}
.BgClassName
{
background-color: #F92CDD;
}
</style>
border-color css
<style>
span { border-color: #F92CDD; }
span { border-color: rgb(249,44,221); }
td.TdClassName
{
border-color: #F92CDD;
}
.TagClassName
{
border-color: #F92CDD;
}
</style>