Shades of Razzle Dazzle Rose #F120E0
Tints of Razzle Dazzle Rose #F120E0
RGB
CMYK
RGB Variations
Color information
#F120E0 (or 0xF120E0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 20 and E0. RGB value is (241,32,224). Sum of RGB (Red+Green+Blue) = 241+32+224=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 32 (12.89% from 255 or 6.44% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F120E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F120E0 is #0EDF1F. Grayscale: #737373. Windows color (decimal): -974624 or 14688497. OLE color: 14688497.
HSL color Cylindrical-coordinate representation of color #F120E0: hue angle of 304.88º 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 #F120E0 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 224 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.05 |
| HSL | 304.88º | 0.88% | 0.54% | - |
| HSV(B) | 304.88º | 0.87% | 0.95% | - |
| XYZ | 50.25 | 25.12 | 72.72 | - |
| YUV | 116.38 | 188.74 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 224 | 0 | 0.87 | 0.07 | 0.05 | 304.88 | 0.88 | 0.54 |
| Hex | F1 | 20 | E0 | 0 | 57 | 7 | 5 | 131 | 58 | 36 |
| Octal | 361 | 40 | 340 | 0 | 127 | 7 | 5 | 461 | 130 | 66 |
| Binary | 11110001 | 100000 | 11100000 | 0 | 1010111 | 111 | 101 | 100110001 | 1011000 | 110110 |
Color Harmonies of #F120E0
Complementary color
Monochromatic Colors of #F120E0
Black with #F120E0
Text Example
Text Example
White with #F120E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F120E0; }
p { color: rgb(241,32,224); }
H1.HeaderClassName
{
color: #F120E0;
}
.AnyTagClassName
{
color: #F120E0;
}
</style>
background-color css
<style>
a { background-color: #F120E0; }
a { background-color: rgb(241,32,224); }
div.DivClassName
{
background-color: #F120E0;
}
.BgClassName
{
background-color: #F120E0;
}
</style>
border-color css
<style>
span { border-color: #F120E0; }
span { border-color: rgb(241,32,224); }
td.TdClassName
{
border-color: #F120E0;
}
.TagClassName
{
border-color: #F120E0;
}
</style>