Shades of Razzmatazz #F20177
Tints of Razzmatazz #F20177
RGB
CMYK
RGB Variations
Color information
#F20177 (or 0xF20177) is known color: Razzmatazz. HEX triplet: F2, 01 and 77. RGB value is (242,1,119). Sum of RGB (Red+Green+Blue) = 242+1+119=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F20177 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20177 is #0DFE88. Grayscale: #565656. Windows color (decimal): -917129 or 7799282. OLE color: 7799282.
HSL color Cylindrical-coordinate representation of color #F20177: hue angle of 330.62º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20177 is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 119 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.05 |
| HSL | 330.62º | 0.99% | 0.48% | - |
| HSV(B) | 330.62º | 1% | 0.95% | - |
| XYZ | 39.96 | 20.23 | 19.25 | - |
| YUV | 86.51 | 146.34 | 238.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 119 | 0 | 1.00 | 0.51 | 0.05 | 330.62 | 0.99 | 0.48 |
| Hex | F2 | 1 | 77 | 0 | 64 | 33 | 5 | 14B | 63 | 30 |
| Octal | 362 | 1 | 167 | 0 | 144 | 63 | 5 | 513 | 143 | 60 |
| Binary | 11110010 | 1 | 1110111 | 0 | 1100100 | 110011 | 101 | 101001011 | 1100011 | 110000 |
Color Harmonies of #F20177
Complementary color
Monochromatic Colors of #F20177
Black with #F20177
Text Example
Text Example
White with #F20177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20177; }
p { color: rgb(242,1,119); }
H1.HeaderClassName
{
color: #F20177;
}
.AnyTagClassName
{
color: #F20177;
}
</style>
background-color css
<style>
a { background-color: #F20177; }
a { background-color: rgb(242,1,119); }
div.DivClassName
{
background-color: #F20177;
}
.BgClassName
{
background-color: #F20177;
}
</style>
border-color css
<style>
span { border-color: #F20177; }
span { border-color: rgb(242,1,119); }
td.TdClassName
{
border-color: #F20177;
}
.TagClassName
{
border-color: #F20177;
}
</style>