Shades of Razzmatazz #F70C6B
Tints of Razzmatazz #F70C6B
RGB
CMYK
RGB Variations
Color information
#F70C6B (or 0xF70C6B) is known color: Razzmatazz. HEX triplet: F7, 0C and 6B. RGB value is (247,12,107). Sum of RGB (Red+Green+Blue) = 247+12+107=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70C6B is #08F394. Grayscale: #5C5C5C. Windows color (decimal): -586645 or 7015671. OLE color: 7015671.
HSL color Cylindrical-coordinate representation of color #F70C6B: hue angle of 335.74º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70C6B is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 107 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.03 |
| HSL | 335.74º | 0.94% | 0.51% | - |
| HSV(B) | 335.74º | 0.95% | 0.97% | - |
| XYZ | 41.14 | 21.1 | 15.81 | - |
| YUV | 93.1 | 135.86 | 237.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 107 | 0 | 0.95 | 0.57 | 0.03 | 335.74 | 0.94 | 0.51 |
| Hex | F7 | C | 6B | 0 | 5F | 39 | 3 | 150 | 5E | 33 |
| Octal | 367 | 14 | 153 | 0 | 137 | 71 | 3 | 520 | 136 | 63 |
| Binary | 11110111 | 1100 | 1101011 | 0 | 1011111 | 111001 | 11 | 101010000 | 1011110 | 110011 |
Color Harmonies of #F70C6B
Complementary color
Monochromatic Colors of #F70C6B
Black with #F70C6B
Text Example
Text Example
White with #F70C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70C6B; }
p { color: rgb(247,12,107); }
H1.HeaderClassName
{
color: #F70C6B;
}
.AnyTagClassName
{
color: #F70C6B;
}
</style>
background-color css
<style>
a { background-color: #F70C6B; }
a { background-color: rgb(247,12,107); }
div.DivClassName
{
background-color: #F70C6B;
}
.BgClassName
{
background-color: #F70C6B;
}
</style>
border-color css
<style>
span { border-color: #F70C6B; }
span { border-color: rgb(247,12,107); }
td.TdClassName
{
border-color: #F70C6B;
}
.TagClassName
{
border-color: #F70C6B;
}
</style>