Shades of Razzle Dazzle Rose #F121CC
Tints of Razzle Dazzle Rose #F121CC
RGB
CMYK
RGB Variations
Color information
#F121CC (or 0xF121CC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 21 and CC. RGB value is (241,33,204). Sum of RGB (Red+Green+Blue) = 241+33+204=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 33 (13.28% from 255 or 6.90% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F121CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F121CC is #0EDE33. Grayscale: #727272. Windows color (decimal): -974388 or 13378033. OLE color: 13378033.
HSL color Cylindrical-coordinate representation of color #F121CC: hue angle of 310.67º 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 #F121CC is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 204 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.05 |
| HSL | 310.67º | 0.88% | 0.54% | - |
| HSV(B) | 310.67º | 0.86% | 0.95% | - |
| XYZ | 47.72 | 24.15 | 59.27 | - |
| YUV | 114.69 | 178.41 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 204 | 0 | 0.86 | 0.15 | 0.05 | 310.67 | 0.88 | 0.54 |
| Hex | F1 | 21 | CC | 0 | 56 | F | 5 | 137 | 58 | 36 |
| Octal | 361 | 41 | 314 | 0 | 126 | 17 | 5 | 467 | 130 | 66 |
| Binary | 11110001 | 100001 | 11001100 | 0 | 1010110 | 1111 | 101 | 100110111 | 1011000 | 110110 |
Color Harmonies of #F121CC
Complementary color
Monochromatic Colors of #F121CC
Black with #F121CC
Text Example
Text Example
White with #F121CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F121CC; }
p { color: rgb(241,33,204); }
H1.HeaderClassName
{
color: #F121CC;
}
.AnyTagClassName
{
color: #F121CC;
}
</style>
background-color css
<style>
a { background-color: #F121CC; }
a { background-color: rgb(241,33,204); }
div.DivClassName
{
background-color: #F121CC;
}
.BgClassName
{
background-color: #F121CC;
}
</style>
border-color css
<style>
span { border-color: #F121CC; }
span { border-color: rgb(241,33,204); }
td.TdClassName
{
border-color: #F121CC;
}
.TagClassName
{
border-color: #F121CC;
}
</style>