Shades of Razzmatazz #F70175
Tints of Razzmatazz #F70175
RGB
CMYK
RGB Variations
Color information
#F70175 (or 0xF70175) is known color: Razzmatazz. HEX triplet: F7, 01 and 75. RGB value is (247,1,117). Sum of RGB (Red+Green+Blue) = 247+1+117=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F70175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70175 is #08FE8A. Grayscale: #575757. Windows color (decimal): -589451 or 7668215. OLE color: 7668215.
HSL color Cylindrical-coordinate representation of color #F70175: hue angle of 331.71º 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 #F70175 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 117 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.03 |
| HSL | 331.71º | 0.99% | 0.49% | - |
| HSV(B) | 331.71º | 1% | 0.97% | - |
| XYZ | 41.58 | 21.08 | 18.71 | - |
| YUV | 87.78 | 144.5 | 241.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 117 | 0 | 1.00 | 0.53 | 0.03 | 331.71 | 0.99 | 0.49 |
| Hex | F7 | 1 | 75 | 0 | 64 | 35 | 3 | 14C | 63 | 31 |
| Octal | 367 | 1 | 165 | 0 | 144 | 65 | 3 | 514 | 143 | 61 |
| Binary | 11110111 | 1 | 1110101 | 0 | 1100100 | 110101 | 11 | 101001100 | 1100011 | 110001 |
Color Harmonies of #F70175
Complementary color
Monochromatic Colors of #F70175
Black with #F70175
Text Example
Text Example
White with #F70175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70175; }
p { color: rgb(247,1,117); }
H1.HeaderClassName
{
color: #F70175;
}
.AnyTagClassName
{
color: #F70175;
}
</style>
background-color css
<style>
a { background-color: #F70175; }
a { background-color: rgb(247,1,117); }
div.DivClassName
{
background-color: #F70175;
}
.BgClassName
{
background-color: #F70175;
}
</style>
border-color css
<style>
span { border-color: #F70175; }
span { border-color: rgb(247,1,117); }
td.TdClassName
{
border-color: #F70175;
}
.TagClassName
{
border-color: #F70175;
}
</style>