Shades of Razzle Dazzle Rose #F92FDD
Tints of Razzle Dazzle Rose #F92FDD
RGB
CMYK
RGB Variations
Color information
#F92FDD (or 0xF92FDD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2F and DD. RGB value is (249,47,221). Sum of RGB (Red+Green+Blue) = 249+47+221=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 47 (18.75% from 255 or 9.09% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F92FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92FDD is #06D022. Grayscale: #7E7E7E. Windows color (decimal): -446499 or 14495737. OLE color: 14495737.
HSL color Cylindrical-coordinate representation of color #F92FDD: hue angle of 308.32º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F92FDD is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 47 | 221 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.02 |
| HSL | 308.32º | 0.94% | 0.58% | - |
| HSV(B) | 308.32º | 0.81% | 0.98% | - |
| XYZ | 53.13 | 27.39 | 70.89 | - |
| YUV | 127.23 | 180.92 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 47 | 221 | 0 | 0.81 | 0.11 | 0.02 | 308.32 | 0.94 | 0.58 |
| Hex | F9 | 2F | DD | 0 | 51 | B | 2 | 134 | 5E | 3A |
| Octal | 371 | 57 | 335 | 0 | 121 | 13 | 2 | 464 | 136 | 72 |
| Binary | 11111001 | 101111 | 11011101 | 0 | 1010001 | 1011 | 10 | 100110100 | 1011110 | 111010 |
Color Harmonies of #F92FDD
Complementary color
Monochromatic Colors of #F92FDD
Black with #F92FDD
Text Example
Text Example
White with #F92FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92FDD; }
p { color: rgb(249,47,221); }
H1.HeaderClassName
{
color: #F92FDD;
}
.AnyTagClassName
{
color: #F92FDD;
}
</style>
background-color css
<style>
a { background-color: #F92FDD; }
a { background-color: rgb(249,47,221); }
div.DivClassName
{
background-color: #F92FDD;
}
.BgClassName
{
background-color: #F92FDD;
}
</style>
border-color css
<style>
span { border-color: #F92FDD; }
span { border-color: rgb(249,47,221); }
td.TdClassName
{
border-color: #F92FDD;
}
.TagClassName
{
border-color: #F92FDD;
}
</style>