Shades of Razzle Dazzle Rose #F120DB
Tints of Razzle Dazzle Rose #F120DB
RGB
CMYK
RGB Variations
Color information
#F120DB (or 0xF120DB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 20 and DB. RGB value is (241,32,219). Sum of RGB (Red+Green+Blue) = 241+32+219=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 32 (12.89% from 255 or 6.50% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F120DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F120DB is #0EDF24. Grayscale: #737373. Windows color (decimal): -974629 or 14360817. OLE color: 14360817.
HSL color Cylindrical-coordinate representation of color #F120DB: hue angle of 306.32º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F120DB is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 219 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.05 |
| HSL | 306.32º | 0.88% | 0.54% | - |
| HSV(B) | 306.32º | 0.87% | 0.95% | - |
| XYZ | 49.58 | 24.85 | 69.2 | - |
| YUV | 115.81 | 186.24 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 219 | 0 | 0.87 | 0.09 | 0.05 | 306.32 | 0.88 | 0.54 |
| Hex | F1 | 20 | DB | 0 | 57 | 9 | 5 | 132 | 58 | 36 |
| Octal | 361 | 40 | 333 | 0 | 127 | 11 | 5 | 462 | 130 | 66 |
| Binary | 11110001 | 100000 | 11011011 | 0 | 1010111 | 1001 | 101 | 100110010 | 1011000 | 110110 |
Color Harmonies of #F120DB
Complementary color
Monochromatic Colors of #F120DB
Black with #F120DB
Text Example
Text Example
White with #F120DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F120DB; }
p { color: rgb(241,32,219); }
H1.HeaderClassName
{
color: #F120DB;
}
.AnyTagClassName
{
color: #F120DB;
}
</style>
background-color css
<style>
a { background-color: #F120DB; }
a { background-color: rgb(241,32,219); }
div.DivClassName
{
background-color: #F120DB;
}
.BgClassName
{
background-color: #F120DB;
}
</style>
border-color css
<style>
span { border-color: #F120DB; }
span { border-color: rgb(241,32,219); }
td.TdClassName
{
border-color: #F120DB;
}
.TagClassName
{
border-color: #F120DB;
}
</style>