Shades of Razzmatazz #F0086E
Tints of Razzmatazz #F0086E
RGB
CMYK
RGB Variations
Color information
#F0086E (or 0xF0086E) is known color: Razzmatazz. HEX triplet: F0, 08 and 6E. RGB value is (240,8,110). Sum of RGB (Red+Green+Blue) = 240+8+110=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F0086E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0086E is #0FF791. Grayscale: #585858. Windows color (decimal): -1046418 or 7211248. OLE color: 7211248.
HSL color Cylindrical-coordinate representation of color #F0086E: hue angle of 333.62º 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 #F0086E is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 110 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.06 |
| HSL | 333.62º | 0.94% | 0.49% | - |
| HSV(B) | 333.62º | 0.97% | 0.94% | - |
| XYZ | 38.84 | 19.82 | 16.53 | - |
| YUV | 89 | 139.86 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 110 | 0 | 0.97 | 0.54 | 0.06 | 333.62 | 0.94 | 0.49 |
| Hex | F0 | 8 | 6E | 0 | 61 | 36 | 6 | 14E | 5E | 31 |
| Octal | 360 | 10 | 156 | 0 | 141 | 66 | 6 | 516 | 136 | 61 |
| Binary | 11110000 | 1000 | 1101110 | 0 | 1100001 | 110110 | 110 | 101001110 | 1011110 | 110001 |
Color Harmonies of #F0086E
Complementary color
Monochromatic Colors of #F0086E
Black with #F0086E
Text Example
Text Example
White with #F0086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0086E; }
p { color: rgb(240,8,110); }
H1.HeaderClassName
{
color: #F0086E;
}
.AnyTagClassName
{
color: #F0086E;
}
</style>
background-color css
<style>
a { background-color: #F0086E; }
a { background-color: rgb(240,8,110); }
div.DivClassName
{
background-color: #F0086E;
}
.BgClassName
{
background-color: #F0086E;
}
</style>
border-color css
<style>
span { border-color: #F0086E; }
span { border-color: rgb(240,8,110); }
td.TdClassName
{
border-color: #F0086E;
}
.TagClassName
{
border-color: #F0086E;
}
</style>