Shades of Razzmatazz #F70A6D
Tints of Razzmatazz #F70A6D
RGB
CMYK
RGB Variations
Color information
#F70A6D (or 0xF70A6D) is known color: Razzmatazz. HEX triplet: F7, 0A and 6D. RGB value is (247,10,109). Sum of RGB (Red+Green+Blue) = 247+10+109=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70A6D is #08F592. Grayscale: #5B5B5B. Windows color (decimal): -587155 or 7146231. OLE color: 7146231.
HSL color Cylindrical-coordinate representation of color #F70A6D: hue angle of 334.94º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70A6D is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 109 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.03 |
| HSL | 334.94º | 0.94% | 0.5% | - |
| HSV(B) | 334.94º | 0.96% | 0.97% | - |
| XYZ | 41.23 | 21.1 | 16.37 | - |
| YUV | 92.15 | 137.52 | 238.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 109 | 0 | 0.96 | 0.56 | 0.03 | 334.94 | 0.94 | 0.5 |
| Hex | F7 | A | 6D | 0 | 60 | 38 | 3 | 14F | 5E | 32 |
| Octal | 367 | 12 | 155 | 0 | 140 | 70 | 3 | 517 | 136 | 62 |
| Binary | 11110111 | 1010 | 1101101 | 0 | 1100000 | 111000 | 11 | 101001111 | 1011110 | 110010 |
Color Harmonies of #F70A6D
Complementary color
Monochromatic Colors of #F70A6D
Black with #F70A6D
Text Example
Text Example
White with #F70A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70A6D; }
p { color: rgb(247,10,109); }
H1.HeaderClassName
{
color: #F70A6D;
}
.AnyTagClassName
{
color: #F70A6D;
}
</style>
background-color css
<style>
a { background-color: #F70A6D; }
a { background-color: rgb(247,10,109); }
div.DivClassName
{
background-color: #F70A6D;
}
.BgClassName
{
background-color: #F70A6D;
}
</style>
border-color css
<style>
span { border-color: #F70A6D; }
span { border-color: rgb(247,10,109); }
td.TdClassName
{
border-color: #F70A6D;
}
.TagClassName
{
border-color: #F70A6D;
}
</style>