Shades of Razzmatazz #F00175
Tints of Razzmatazz #F00175
RGB
CMYK
RGB Variations
Color information
#F00175 (or 0xF00175) is known color: Razzmatazz. HEX triplet: F0, 01 and 75. RGB value is (240,1,117). Sum of RGB (Red+Green+Blue) = 240+1+117=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F00175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00175 is #0FFE8A. Grayscale: #555555. Windows color (decimal): -1048203 or 7668208. OLE color: 7668208.
HSL color Cylindrical-coordinate representation of color #F00175: hue angle of 330.88º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00175 is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 117 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.06 |
| HSL | 330.88º | 0.99% | 0.47% | - |
| HSV(B) | 330.88º | 1% | 0.94% | - |
| XYZ | 39.16 | 19.83 | 18.59 | - |
| YUV | 85.69 | 145.68 | 238.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 117 | 0 | 1.00 | 0.51 | 0.06 | 330.88 | 0.99 | 0.47 |
| Hex | F0 | 1 | 75 | 0 | 64 | 33 | 6 | 14B | 63 | 2F |
| Octal | 360 | 1 | 165 | 0 | 144 | 63 | 6 | 513 | 143 | 57 |
| Binary | 11110000 | 1 | 1110101 | 0 | 1100100 | 110011 | 110 | 101001011 | 1100011 | 101111 |
Color Harmonies of #F00175
Complementary color
Monochromatic Colors of #F00175
Black with #F00175
Text Example
Text Example
White with #F00175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00175; }
p { color: rgb(240,1,117); }
H1.HeaderClassName
{
color: #F00175;
}
.AnyTagClassName
{
color: #F00175;
}
</style>
background-color css
<style>
a { background-color: #F00175; }
a { background-color: rgb(240,1,117); }
div.DivClassName
{
background-color: #F00175;
}
.BgClassName
{
background-color: #F00175;
}
</style>
border-color css
<style>
span { border-color: #F00175; }
span { border-color: rgb(240,1,117); }
td.TdClassName
{
border-color: #F00175;
}
.TagClassName
{
border-color: #F00175;
}
</style>