Shades of Razzmatazz #F20865
Tints of Razzmatazz #F20865
RGB
CMYK
RGB Variations
Color information
#F20865 (or 0xF20865) is known color: Razzmatazz. HEX triplet: F2, 08 and 65. RGB value is (242,8,101). Sum of RGB (Red+Green+Blue) = 242+8+101=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F20865 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20865 is #0DF79A. Grayscale: #585858. Windows color (decimal): -915355 or 6621426. OLE color: 6621426.
HSL color Cylindrical-coordinate representation of color #F20865: hue angle of 336.15º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F20865 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 101 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.05 |
| HSL | 336.15º | 0.94% | 0.49% | - |
| HSV(B) | 336.15º | 0.97% | 0.95% | - |
| XYZ | 39.05 | 19.99 | 14.11 | - |
| YUV | 88.57 | 135.02 | 237.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 101 | 0 | 0.97 | 0.58 | 0.05 | 336.15 | 0.94 | 0.49 |
| Hex | F2 | 8 | 65 | 0 | 61 | 3A | 5 | 150 | 5E | 31 |
| Octal | 362 | 10 | 145 | 0 | 141 | 72 | 5 | 520 | 136 | 61 |
| Binary | 11110010 | 1000 | 1100101 | 0 | 1100001 | 111010 | 101 | 101010000 | 1011110 | 110001 |
Color Harmonies of #F20865
Complementary color
Monochromatic Colors of #F20865
Black with #F20865
Text Example
Text Example
White with #F20865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20865; }
p { color: rgb(242,8,101); }
H1.HeaderClassName
{
color: #F20865;
}
.AnyTagClassName
{
color: #F20865;
}
</style>
background-color css
<style>
a { background-color: #F20865; }
a { background-color: rgb(242,8,101); }
div.DivClassName
{
background-color: #F20865;
}
.BgClassName
{
background-color: #F20865;
}
</style>
border-color css
<style>
span { border-color: #F20865; }
span { border-color: rgb(242,8,101); }
td.TdClassName
{
border-color: #F20865;
}
.TagClassName
{
border-color: #F20865;
}
</style>