Shades of Razzmatazz #F20273
Tints of Razzmatazz #F20273
RGB
CMYK
RGB Variations
Color information
#F20273 (or 0xF20273) is known color: Razzmatazz. HEX triplet: F2, 02 and 73. RGB value is (242,2,115). Sum of RGB (Red+Green+Blue) = 242+2+115=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F20273 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20273 is #0DFD8C. Grayscale: #565656. Windows color (decimal): -916877 or 7537394. OLE color: 7537394.
HSL color Cylindrical-coordinate representation of color #F20273: hue angle of 331.75º 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 #F20273 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.05 |
| HSL | 331.75º | 0.98% | 0.48% | - |
| HSV(B) | 331.75º | 0.99% | 0.95% | - |
| XYZ | 39.73 | 20.16 | 18.02 | - |
| YUV | 86.64 | 144.01 | 238.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 115 | 0 | 0.99 | 0.52 | 0.05 | 331.75 | 0.98 | 0.48 |
| Hex | F2 | 2 | 73 | 0 | 63 | 34 | 5 | 14C | 62 | 30 |
| Octal | 362 | 2 | 163 | 0 | 143 | 64 | 5 | 514 | 142 | 60 |
| Binary | 11110010 | 10 | 1110011 | 0 | 1100011 | 110100 | 101 | 101001100 | 1100010 | 110000 |
Color Harmonies of #F20273
Complementary color
Monochromatic Colors of #F20273
Black with #F20273
Text Example
Text Example
White with #F20273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20273; }
p { color: rgb(242,2,115); }
H1.HeaderClassName
{
color: #F20273;
}
.AnyTagClassName
{
color: #F20273;
}
</style>
background-color css
<style>
a { background-color: #F20273; }
a { background-color: rgb(242,2,115); }
div.DivClassName
{
background-color: #F20273;
}
.BgClassName
{
background-color: #F20273;
}
</style>
border-color css
<style>
span { border-color: #F20273; }
span { border-color: rgb(242,2,115); }
td.TdClassName
{
border-color: #F20273;
}
.TagClassName
{
border-color: #F20273;
}
</style>