Shades of Razzle Dazzle Rose #F92EDB
Tints of Razzle Dazzle Rose #F92EDB
RGB
CMYK
RGB Variations
Color information
#F92EDB (or 0xF92EDB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2E and DB. RGB value is (249,46,219). Sum of RGB (Red+Green+Blue) = 249+46+219=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 46 (18.36% from 255 or 8.95% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F92EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92EDB is #06D124. Grayscale: #7D7D7D. Windows color (decimal): -446757 or 14364409. OLE color: 14364409.
HSL color Cylindrical-coordinate representation of color #F92EDB: hue angle of 308.87º 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 #F92EDB is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 46 | 219 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.02 |
| HSL | 308.87º | 0.94% | 0.58% | - |
| HSV(B) | 308.87º | 0.82% | 0.98% | - |
| XYZ | 52.83 | 27.21 | 69.49 | - |
| YUV | 126.42 | 180.25 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 46 | 219 | 0 | 0.82 | 0.12 | 0.02 | 308.87 | 0.94 | 0.58 |
| Hex | F9 | 2E | DB | 0 | 52 | C | 2 | 135 | 5E | 3A |
| Octal | 371 | 56 | 333 | 0 | 122 | 14 | 2 | 465 | 136 | 72 |
| Binary | 11111001 | 101110 | 11011011 | 0 | 1010010 | 1100 | 10 | 100110101 | 1011110 | 111010 |
Color Harmonies of #F92EDB
Complementary color
Monochromatic Colors of #F92EDB
Black with #F92EDB
Text Example
Text Example
White with #F92EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92EDB; }
p { color: rgb(249,46,219); }
H1.HeaderClassName
{
color: #F92EDB;
}
.AnyTagClassName
{
color: #F92EDB;
}
</style>
background-color css
<style>
a { background-color: #F92EDB; }
a { background-color: rgb(249,46,219); }
div.DivClassName
{
background-color: #F92EDB;
}
.BgClassName
{
background-color: #F92EDB;
}
</style>
border-color css
<style>
span { border-color: #F92EDB; }
span { border-color: rgb(249,46,219); }
td.TdClassName
{
border-color: #F92EDB;
}
.TagClassName
{
border-color: #F92EDB;
}
</style>