Shades of Razzmatazz #F70172
Tints of Razzmatazz #F70172
RGB
CMYK
RGB Variations
Color information
#F70172 (or 0xF70172) is known color: Razzmatazz. HEX triplet: F7, 01 and 72. RGB value is (247,1,114). Sum of RGB (Red+Green+Blue) = 247+1+114=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F70172 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70172 is #08FE8D. Grayscale: #575757. Windows color (decimal): -589454 or 7471607. OLE color: 7471607.
HSL color Cylindrical-coordinate representation of color #F70172: hue angle of 332.44º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70172 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 114 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.03 |
| HSL | 332.44º | 0.99% | 0.49% | - |
| HSV(B) | 332.44º | 1% | 0.97% | - |
| XYZ | 41.41 | 21.01 | 17.79 | - |
| YUV | 87.44 | 143 | 241.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 114 | 0 | 1.00 | 0.54 | 0.03 | 332.44 | 0.99 | 0.49 |
| Hex | F7 | 1 | 72 | 0 | 64 | 36 | 3 | 14C | 63 | 31 |
| Octal | 367 | 1 | 162 | 0 | 144 | 66 | 3 | 514 | 143 | 61 |
| Binary | 11110111 | 1 | 1110010 | 0 | 1100100 | 110110 | 11 | 101001100 | 1100011 | 110001 |
Color Harmonies of #F70172
Complementary color
Monochromatic Colors of #F70172
Black with #F70172
Text Example
Text Example
White with #F70172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70172; }
p { color: rgb(247,1,114); }
H1.HeaderClassName
{
color: #F70172;
}
.AnyTagClassName
{
color: #F70172;
}
</style>
background-color css
<style>
a { background-color: #F70172; }
a { background-color: rgb(247,1,114); }
div.DivClassName
{
background-color: #F70172;
}
.BgClassName
{
background-color: #F70172;
}
</style>
border-color css
<style>
span { border-color: #F70172; }
span { border-color: rgb(247,1,114); }
td.TdClassName
{
border-color: #F70172;
}
.TagClassName
{
border-color: #F70172;
}
</style>