Shades of Razzle Dazzle Rose #F92EDD
Tints of Razzle Dazzle Rose #F92EDD
RGB
CMYK
RGB Variations
Color information
#F92EDD (or 0xF92EDD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2E and DD. RGB value is (249,46,221). Sum of RGB (Red+Green+Blue) = 249+46+221=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 46 (18.36% from 255 or 8.91% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F92EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92EDD is #06D122. Grayscale: #7E7E7E. Windows color (decimal): -446755 or 14495481. OLE color: 14495481.
HSL color Cylindrical-coordinate representation of color #F92EDD: hue angle of 308.28º 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 #F92EDD is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 46 | 221 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.02 |
| HSL | 308.28º | 0.94% | 0.58% | - |
| HSV(B) | 308.28º | 0.82% | 0.98% | - |
| XYZ | 53.1 | 27.31 | 70.88 | - |
| YUV | 126.65 | 181.25 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 46 | 221 | 0 | 0.82 | 0.11 | 0.02 | 308.28 | 0.94 | 0.58 |
| Hex | F9 | 2E | DD | 0 | 52 | B | 2 | 134 | 5E | 3A |
| Octal | 371 | 56 | 335 | 0 | 122 | 13 | 2 | 464 | 136 | 72 |
| Binary | 11111001 | 101110 | 11011101 | 0 | 1010010 | 1011 | 10 | 100110100 | 1011110 | 111010 |
Color Harmonies of #F92EDD
Complementary color
Monochromatic Colors of #F92EDD
Black with #F92EDD
Text Example
Text Example
White with #F92EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92EDD; }
p { color: rgb(249,46,221); }
H1.HeaderClassName
{
color: #F92EDD;
}
.AnyTagClassName
{
color: #F92EDD;
}
</style>
background-color css
<style>
a { background-color: #F92EDD; }
a { background-color: rgb(249,46,221); }
div.DivClassName
{
background-color: #F92EDD;
}
.BgClassName
{
background-color: #F92EDD;
}
</style>
border-color css
<style>
span { border-color: #F92EDD; }
span { border-color: rgb(249,46,221); }
td.TdClassName
{
border-color: #F92EDD;
}
.TagClassName
{
border-color: #F92EDD;
}
</style>