Shades of Razzmatazz #F70B70
Tints of Razzmatazz #F70B70
RGB
CMYK
RGB Variations
Color information
#F70B70 (or 0xF70B70) is known color: Razzmatazz. HEX triplet: F7, 0B and 70. RGB value is (247,11,112). Sum of RGB (Red+Green+Blue) = 247+11+112=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70B70 is #08F48F. Grayscale: #5C5C5C. Windows color (decimal): -586896 or 7343095. OLE color: 7343095.
HSL color Cylindrical-coordinate representation of color #F70B70: hue angle of 334.32º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70B70 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 112 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.03 |
| HSL | 334.32º | 0.94% | 0.51% | - |
| HSV(B) | 334.32º | 0.96% | 0.97% | - |
| XYZ | 41.4 | 21.18 | 17.24 | - |
| YUV | 93.08 | 138.69 | 237.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 112 | 0 | 0.96 | 0.55 | 0.03 | 334.32 | 0.94 | 0.51 |
| Hex | F7 | B | 70 | 0 | 60 | 37 | 3 | 14E | 5E | 33 |
| Octal | 367 | 13 | 160 | 0 | 140 | 67 | 3 | 516 | 136 | 63 |
| Binary | 11110111 | 1011 | 1110000 | 0 | 1100000 | 110111 | 11 | 101001110 | 1011110 | 110011 |
Color Harmonies of #F70B70
Complementary color
Monochromatic Colors of #F70B70
Black with #F70B70
Text Example
Text Example
White with #F70B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70B70; }
p { color: rgb(247,11,112); }
H1.HeaderClassName
{
color: #F70B70;
}
.AnyTagClassName
{
color: #F70B70;
}
</style>
background-color css
<style>
a { background-color: #F70B70; }
a { background-color: rgb(247,11,112); }
div.DivClassName
{
background-color: #F70B70;
}
.BgClassName
{
background-color: #F70B70;
}
</style>
border-color css
<style>
span { border-color: #F70B70; }
span { border-color: rgb(247,11,112); }
td.TdClassName
{
border-color: #F70B70;
}
.TagClassName
{
border-color: #F70B70;
}
</style>