Shades of Razzle Dazzle Rose #F92CDB
Tints of Razzle Dazzle Rose #F92CDB
RGB
CMYK
RGB Variations
Color information
#F92CDB (or 0xF92CDB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 2C and DB. RGB value is (249,44,219). Sum of RGB (Red+Green+Blue) = 249+44+219=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 44 (17.58% from 255 or 8.59% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F92CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92CDB is #06D324. Grayscale: #7C7C7C. Windows color (decimal): -447269 or 14363897. OLE color: 14363897.
HSL color Cylindrical-coordinate representation of color #F92CDB: hue angle of 308.78º 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 #F92CDB is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 219 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.02 |
| HSL | 308.78º | 0.94% | 0.57% | - |
| HSV(B) | 308.78º | 0.82% | 0.98% | - |
| XYZ | 52.75 | 27.06 | 69.46 | - |
| YUV | 125.25 | 180.92 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 219 | 0 | 0.82 | 0.12 | 0.02 | 308.78 | 0.94 | 0.57 |
| Hex | F9 | 2C | DB | 0 | 52 | C | 2 | 135 | 5E | 39 |
| Octal | 371 | 54 | 333 | 0 | 122 | 14 | 2 | 465 | 136 | 71 |
| Binary | 11111001 | 101100 | 11011011 | 0 | 1010010 | 1100 | 10 | 100110101 | 1011110 | 111001 |
Color Harmonies of #F92CDB
Complementary color
Monochromatic Colors of #F92CDB
Black with #F92CDB
Text Example
Text Example
White with #F92CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92CDB; }
p { color: rgb(249,44,219); }
H1.HeaderClassName
{
color: #F92CDB;
}
.AnyTagClassName
{
color: #F92CDB;
}
</style>
background-color css
<style>
a { background-color: #F92CDB; }
a { background-color: rgb(249,44,219); }
div.DivClassName
{
background-color: #F92CDB;
}
.BgClassName
{
background-color: #F92CDB;
}
</style>
border-color css
<style>
span { border-color: #F92CDB; }
span { border-color: rgb(249,44,219); }
td.TdClassName
{
border-color: #F92CDB;
}
.TagClassName
{
border-color: #F92CDB;
}
</style>