Shades of Razzmatazz #F70B5C
Tints of Razzmatazz #F70B5C
RGB
CMYK
RGB Variations
Color information
#F70B5C (or 0xF70B5C) is known color: Razzmatazz. HEX triplet: F7, 0B and 5C. RGB value is (247,11,92). Sum of RGB (Red+Green+Blue) = 247+11+92=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70B5C is #08F4A3. Grayscale: #5A5A5A. Windows color (decimal): -586916 or 6032375. OLE color: 6032375.
HSL color Cylindrical-coordinate representation of color #F70B5C: hue angle of 339.41º 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 #F70B5C is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 92 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.03 |
| HSL | 339.41º | 0.94% | 0.51% | - |
| HSV(B) | 339.41º | 0.96% | 0.97% | - |
| XYZ | 40.41 | 20.79 | 12.01 | - |
| YUV | 90.8 | 128.69 | 239.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 92 | 0 | 0.96 | 0.63 | 0.03 | 339.41 | 0.94 | 0.51 |
| Hex | F7 | B | 5C | 0 | 60 | 3F | 3 | 153 | 5E | 33 |
| Octal | 367 | 13 | 134 | 0 | 140 | 77 | 3 | 523 | 136 | 63 |
| Binary | 11110111 | 1011 | 1011100 | 0 | 1100000 | 111111 | 11 | 101010011 | 1011110 | 110011 |
Color Harmonies of #F70B5C
Complementary color
Monochromatic Colors of #F70B5C
Black with #F70B5C
Text Example
Text Example
White with #F70B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70B5C; }
p { color: rgb(247,11,92); }
H1.HeaderClassName
{
color: #F70B5C;
}
.AnyTagClassName
{
color: #F70B5C;
}
</style>
background-color css
<style>
a { background-color: #F70B5C; }
a { background-color: rgb(247,11,92); }
div.DivClassName
{
background-color: #F70B5C;
}
.BgClassName
{
background-color: #F70B5C;
}
</style>
border-color css
<style>
span { border-color: #F70B5C; }
span { border-color: rgb(247,11,92); }
td.TdClassName
{
border-color: #F70B5C;
}
.TagClassName
{
border-color: #F70B5C;
}
</style>