Shades of Razzmatazz #F70255
Tints of Razzmatazz #F70255
RGB
CMYK
RGB Variations
Color information
#F70255 (or 0xF70255) is known color: Razzmatazz. HEX triplet: F7, 02 and 55. RGB value is (247,2,85). Sum of RGB (Red+Green+Blue) = 247+2+85=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F70255 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70255 is #08FDAA. Grayscale: #545454. Windows color (decimal): -589227 or 5571319. OLE color: 5571319.
HSL color Cylindrical-coordinate representation of color #F70255: hue angle of 339.67º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F70255 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 85 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.03 |
| HSL | 339.67º | 0.98% | 0.49% | - |
| HSV(B) | 339.67º | 0.99% | 0.97% | - |
| XYZ | 40.02 | 20.47 | 10.44 | - |
| YUV | 84.72 | 128.17 | 243.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 85 | 0 | 0.99 | 0.66 | 0.03 | 339.67 | 0.98 | 0.49 |
| Hex | F7 | 2 | 55 | 0 | 63 | 42 | 3 | 154 | 62 | 31 |
| Octal | 367 | 2 | 125 | 0 | 143 | 102 | 3 | 524 | 142 | 61 |
| Binary | 11110111 | 10 | 1010101 | 0 | 1100011 | 1000010 | 11 | 101010100 | 1100010 | 110001 |
Color Harmonies of #F70255
Complementary color
Monochromatic Colors of #F70255
Black with #F70255
Text Example
Text Example
White with #F70255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70255; }
p { color: rgb(247,2,85); }
H1.HeaderClassName
{
color: #F70255;
}
.AnyTagClassName
{
color: #F70255;
}
</style>
background-color css
<style>
a { background-color: #F70255; }
a { background-color: rgb(247,2,85); }
div.DivClassName
{
background-color: #F70255;
}
.BgClassName
{
background-color: #F70255;
}
</style>
border-color css
<style>
span { border-color: #F70255; }
span { border-color: rgb(247,2,85); }
td.TdClassName
{
border-color: #F70255;
}
.TagClassName
{
border-color: #F70255;
}
</style>