Shades of Razzmatazz #F20265
Tints of Razzmatazz #F20265
RGB
CMYK
RGB Variations
Color information
#F20265 (or 0xF20265) is known color: Razzmatazz. HEX triplet: F2, 02 and 65. RGB value is (242,2,101). Sum of RGB (Red+Green+Blue) = 242+2+101=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F20265 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20265 is #0DFD9A. Grayscale: #545454. Windows color (decimal): -916891 or 6619890. OLE color: 6619890.
HSL color Cylindrical-coordinate representation of color #F20265: hue angle of 335.25º 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 #F20265 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.05 |
| HSL | 335.25º | 0.98% | 0.48% | - |
| HSV(B) | 335.25º | 0.99% | 0.95% | - |
| XYZ | 38.99 | 19.86 | 14.09 | - |
| YUV | 85.05 | 137.01 | 239.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 101 | 0 | 0.99 | 0.58 | 0.05 | 335.25 | 0.98 | 0.48 |
| Hex | F2 | 2 | 65 | 0 | 63 | 3A | 5 | 14F | 62 | 30 |
| Octal | 362 | 2 | 145 | 0 | 143 | 72 | 5 | 517 | 142 | 60 |
| Binary | 11110010 | 10 | 1100101 | 0 | 1100011 | 111010 | 101 | 101001111 | 1100010 | 110000 |
Color Harmonies of #F20265
Complementary color
Monochromatic Colors of #F20265
Black with #F20265
Text Example
Text Example
White with #F20265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20265; }
p { color: rgb(242,2,101); }
H1.HeaderClassName
{
color: #F20265;
}
.AnyTagClassName
{
color: #F20265;
}
</style>
background-color css
<style>
a { background-color: #F20265; }
a { background-color: rgb(242,2,101); }
div.DivClassName
{
background-color: #F20265;
}
.BgClassName
{
background-color: #F20265;
}
</style>
border-color css
<style>
span { border-color: #F20265; }
span { border-color: rgb(242,2,101); }
td.TdClassName
{
border-color: #F20265;
}
.TagClassName
{
border-color: #F20265;
}
</style>