Shades of Razzmatazz #F20567
Tints of Razzmatazz #F20567
RGB
CMYK
RGB Variations
Color information
#F20567 (or 0xF20567) is known color: Razzmatazz. HEX triplet: F2, 05 and 67. RGB value is (242,5,103). Sum of RGB (Red+Green+Blue) = 242+5+103=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F20567 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20567 is #0DFA98. Grayscale: #565656. Windows color (decimal): -916121 or 6751730. OLE color: 6751730.
HSL color Cylindrical-coordinate representation of color #F20567: hue angle of 335.19º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20567 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 103 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.05 |
| HSL | 335.19º | 0.96% | 0.48% | - |
| HSV(B) | 335.19º | 0.98% | 0.95% | - |
| XYZ | 39.12 | 19.97 | 14.62 | - |
| YUV | 87.04 | 137.02 | 238.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 103 | 0 | 0.98 | 0.57 | 0.05 | 335.19 | 0.96 | 0.48 |
| Hex | F2 | 5 | 67 | 0 | 62 | 39 | 5 | 14F | 60 | 30 |
| Octal | 362 | 5 | 147 | 0 | 142 | 71 | 5 | 517 | 140 | 60 |
| Binary | 11110010 | 101 | 1100111 | 0 | 1100010 | 111001 | 101 | 101001111 | 1100000 | 110000 |
Color Harmonies of #F20567
Complementary color
Monochromatic Colors of #F20567
Black with #F20567
Text Example
Text Example
White with #F20567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20567; }
p { color: rgb(242,5,103); }
H1.HeaderClassName
{
color: #F20567;
}
.AnyTagClassName
{
color: #F20567;
}
</style>
background-color css
<style>
a { background-color: #F20567; }
a { background-color: rgb(242,5,103); }
div.DivClassName
{
background-color: #F20567;
}
.BgClassName
{
background-color: #F20567;
}
</style>
border-color css
<style>
span { border-color: #F20567; }
span { border-color: rgb(242,5,103); }
td.TdClassName
{
border-color: #F20567;
}
.TagClassName
{
border-color: #F20567;
}
</style>