Shades of Razzmatazz #F20364
Tints of Razzmatazz #F20364
RGB
CMYK
RGB Variations
Color information
#F20364 (or 0xF20364) is known color: Razzmatazz. HEX triplet: F2, 03 and 64. RGB value is (242,3,100). Sum of RGB (Red+Green+Blue) = 242+3+100=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F20364 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20364 is #0DFC9B. Grayscale: #555555. Windows color (decimal): -916636 or 6554610. OLE color: 6554610.
HSL color Cylindrical-coordinate representation of color #F20364: hue angle of 335.65º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20364 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 100 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.05 |
| HSL | 335.65º | 0.98% | 0.48% | - |
| HSV(B) | 335.65º | 0.99% | 0.95% | - |
| XYZ | 38.95 | 19.86 | 13.84 | - |
| YUV | 85.52 | 136.18 | 239.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 100 | 0 | 0.99 | 0.59 | 0.05 | 335.65 | 0.98 | 0.48 |
| Hex | F2 | 3 | 64 | 0 | 63 | 3B | 5 | 150 | 62 | 30 |
| Octal | 362 | 3 | 144 | 0 | 143 | 73 | 5 | 520 | 142 | 60 |
| Binary | 11110010 | 11 | 1100100 | 0 | 1100011 | 111011 | 101 | 101010000 | 1100010 | 110000 |
Color Harmonies of #F20364
Complementary color
Monochromatic Colors of #F20364
Black with #F20364
Text Example
Text Example
White with #F20364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20364; }
p { color: rgb(242,3,100); }
H1.HeaderClassName
{
color: #F20364;
}
.AnyTagClassName
{
color: #F20364;
}
</style>
background-color css
<style>
a { background-color: #F20364; }
a { background-color: rgb(242,3,100); }
div.DivClassName
{
background-color: #F20364;
}
.BgClassName
{
background-color: #F20364;
}
</style>
border-color css
<style>
span { border-color: #F20364; }
span { border-color: rgb(242,3,100); }
td.TdClassName
{
border-color: #F20364;
}
.TagClassName
{
border-color: #F20364;
}
</style>