Shades of Razzmatazz #F00875
Tints of Razzmatazz #F00875
RGB
CMYK
RGB Variations
Color information
#F00875 (or 0xF00875) is known color: Razzmatazz. HEX triplet: F0, 08 and 75. RGB value is (240,8,117). Sum of RGB (Red+Green+Blue) = 240+8+117=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F00875 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00875 is #0FF78A. Grayscale: #595959. Windows color (decimal): -1046411 or 7670000. OLE color: 7670000.
HSL color Cylindrical-coordinate representation of color #F00875: hue angle of 331.81º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00875 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 117 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.06 |
| HSL | 331.81º | 0.94% | 0.49% | - |
| HSV(B) | 331.81º | 0.97% | 0.94% | - |
| XYZ | 39.23 | 19.98 | 18.62 | - |
| YUV | 89.79 | 143.36 | 235.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 117 | 0 | 0.97 | 0.51 | 0.06 | 331.81 | 0.94 | 0.49 |
| Hex | F0 | 8 | 75 | 0 | 61 | 33 | 6 | 14C | 5E | 31 |
| Octal | 360 | 10 | 165 | 0 | 141 | 63 | 6 | 514 | 136 | 61 |
| Binary | 11110000 | 1000 | 1110101 | 0 | 1100001 | 110011 | 110 | 101001100 | 1011110 | 110001 |
Color Harmonies of #F00875
Complementary color
Monochromatic Colors of #F00875
Black with #F00875
Text Example
Text Example
White with #F00875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00875; }
p { color: rgb(240,8,117); }
H1.HeaderClassName
{
color: #F00875;
}
.AnyTagClassName
{
color: #F00875;
}
</style>
background-color css
<style>
a { background-color: #F00875; }
a { background-color: rgb(240,8,117); }
div.DivClassName
{
background-color: #F00875;
}
.BgClassName
{
background-color: #F00875;
}
</style>
border-color css
<style>
span { border-color: #F00875; }
span { border-color: rgb(240,8,117); }
td.TdClassName
{
border-color: #F00875;
}
.TagClassName
{
border-color: #F00875;
}
</style>