Shades of Razzle Dazzle Rose #F92FDB
Tints of Razzle Dazzle Rose #F92FDB
RGB
CMYK
RGB Variations
Color information
#F92FDB (or 0xF92FDB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2F and DB. RGB value is (249,47,219). Sum of RGB (Red+Green+Blue) = 249+47+219=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 47 (18.75% from 255 or 9.13% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F92FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92FDB is #06D024. Grayscale: #7E7E7E. Windows color (decimal): -446501 or 14364665. OLE color: 14364665.
HSL color Cylindrical-coordinate representation of color #F92FDB: hue angle of 308.91º 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 #F92FDB is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 47 | 219 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.02 |
| HSL | 308.91º | 0.94% | 0.58% | - |
| HSV(B) | 308.91º | 0.81% | 0.98% | - |
| XYZ | 52.87 | 27.29 | 69.5 | - |
| YUV | 127.01 | 179.92 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 47 | 219 | 0 | 0.81 | 0.12 | 0.02 | 308.91 | 0.94 | 0.58 |
| Hex | F9 | 2F | DB | 0 | 51 | C | 2 | 135 | 5E | 3A |
| Octal | 371 | 57 | 333 | 0 | 121 | 14 | 2 | 465 | 136 | 72 |
| Binary | 11111001 | 101111 | 11011011 | 0 | 1010001 | 1100 | 10 | 100110101 | 1011110 | 111010 |
Color Harmonies of #F92FDB
Complementary color
Monochromatic Colors of #F92FDB
Black with #F92FDB
Text Example
Text Example
White with #F92FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92FDB; }
p { color: rgb(249,47,219); }
H1.HeaderClassName
{
color: #F92FDB;
}
.AnyTagClassName
{
color: #F92FDB;
}
</style>
background-color css
<style>
a { background-color: #F92FDB; }
a { background-color: rgb(249,47,219); }
div.DivClassName
{
background-color: #F92FDB;
}
.BgClassName
{
background-color: #F92FDB;
}
</style>
border-color css
<style>
span { border-color: #F92FDB; }
span { border-color: rgb(249,47,219); }
td.TdClassName
{
border-color: #F92FDB;
}
.TagClassName
{
border-color: #F92FDB;
}
</style>