Shades of Razzle Dazzle Rose #F120DD
Tints of Razzle Dazzle Rose #F120DD
RGB
CMYK
RGB Variations
Color information
#F120DD (or 0xF120DD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 20 and DD. RGB value is (241,32,221). Sum of RGB (Red+Green+Blue) = 241+32+221=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 32 (12.89% from 255 or 6.48% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F120DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F120DD is #0EDF22. Grayscale: #737373. Windows color (decimal): -974627 or 14491889. OLE color: 14491889.
HSL color Cylindrical-coordinate representation of color #F120DD: hue angle of 305.74º 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 #F120DD is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 221 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.05 |
| HSL | 305.74º | 0.88% | 0.54% | - |
| HSV(B) | 305.74º | 0.87% | 0.95% | - |
| XYZ | 49.84 | 24.95 | 70.6 | - |
| YUV | 116.04 | 187.24 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 221 | 0 | 0.87 | 0.08 | 0.05 | 305.74 | 0.88 | 0.54 |
| Hex | F1 | 20 | DD | 0 | 57 | 8 | 5 | 132 | 58 | 36 |
| Octal | 361 | 40 | 335 | 0 | 127 | 10 | 5 | 462 | 130 | 66 |
| Binary | 11110001 | 100000 | 11011101 | 0 | 1010111 | 1000 | 101 | 100110010 | 1011000 | 110110 |
Color Harmonies of #F120DD
Complementary color
Monochromatic Colors of #F120DD
Black with #F120DD
Text Example
Text Example
White with #F120DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F120DD; }
p { color: rgb(241,32,221); }
H1.HeaderClassName
{
color: #F120DD;
}
.AnyTagClassName
{
color: #F120DD;
}
</style>
background-color css
<style>
a { background-color: #F120DD; }
a { background-color: rgb(241,32,221); }
div.DivClassName
{
background-color: #F120DD;
}
.BgClassName
{
background-color: #F120DD;
}
</style>
border-color css
<style>
span { border-color: #F120DD; }
span { border-color: rgb(241,32,221); }
td.TdClassName
{
border-color: #F120DD;
}
.TagClassName
{
border-color: #F120DD;
}
</style>