Shades of Razzle Dazzle Rose #F121DC
Tints of Razzle Dazzle Rose #F121DC
RGB
CMYK
RGB Variations
Color information
#F121DC (or 0xF121DC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 21 and DC. RGB value is (241,33,220). Sum of RGB (Red+Green+Blue) = 241+33+220=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 33 (13.28% from 255 or 6.68% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F121DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F121DC is #0EDE23. Grayscale: #737373. Windows color (decimal): -974372 or 14426609. OLE color: 14426609.
HSL color Cylindrical-coordinate representation of color #F121DC: hue angle of 306.06º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F121DC is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 220 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.05 |
| HSL | 306.06º | 0.88% | 0.54% | - |
| HSV(B) | 306.06º | 0.86% | 0.95% | - |
| XYZ | 49.74 | 24.96 | 69.91 | - |
| YUV | 116.51 | 186.41 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 220 | 0 | 0.86 | 0.09 | 0.05 | 306.06 | 0.88 | 0.54 |
| Hex | F1 | 21 | DC | 0 | 56 | 9 | 5 | 132 | 58 | 36 |
| Octal | 361 | 41 | 334 | 0 | 126 | 11 | 5 | 462 | 130 | 66 |
| Binary | 11110001 | 100001 | 11011100 | 0 | 1010110 | 1001 | 101 | 100110010 | 1011000 | 110110 |
Color Harmonies of #F121DC
Complementary color
Monochromatic Colors of #F121DC
Black with #F121DC
Text Example
Text Example
White with #F121DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F121DC; }
p { color: rgb(241,33,220); }
H1.HeaderClassName
{
color: #F121DC;
}
.AnyTagClassName
{
color: #F121DC;
}
</style>
background-color css
<style>
a { background-color: #F121DC; }
a { background-color: rgb(241,33,220); }
div.DivClassName
{
background-color: #F121DC;
}
.BgClassName
{
background-color: #F121DC;
}
</style>
border-color css
<style>
span { border-color: #F121DC; }
span { border-color: rgb(241,33,220); }
td.TdClassName
{
border-color: #F121DC;
}
.TagClassName
{
border-color: #F121DC;
}
</style>