Shades of Razzmatazz #F0086C
Tints of Razzmatazz #F0086C
RGB
CMYK
RGB Variations
Color information
#F0086C (or 0xF0086C) is known color: Razzmatazz. HEX triplet: F0, 08 and 6C. RGB value is (240,8,108). Sum of RGB (Red+Green+Blue) = 240+8+108=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F0086C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0086C is #0FF793. Grayscale: #585858. Windows color (decimal): -1046420 or 7080176. OLE color: 7080176.
HSL color Cylindrical-coordinate representation of color #F0086C: hue angle of 334.14º 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 #F0086C is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 108 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.06 |
| HSL | 334.14º | 0.94% | 0.49% | - |
| HSV(B) | 334.14º | 0.97% | 0.94% | - |
| XYZ | 38.73 | 19.78 | 15.96 | - |
| YUV | 88.77 | 138.86 | 235.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 108 | 0 | 0.97 | 0.55 | 0.06 | 334.14 | 0.94 | 0.49 |
| Hex | F0 | 8 | 6C | 0 | 61 | 37 | 6 | 14E | 5E | 31 |
| Octal | 360 | 10 | 154 | 0 | 141 | 67 | 6 | 516 | 136 | 61 |
| Binary | 11110000 | 1000 | 1101100 | 0 | 1100001 | 110111 | 110 | 101001110 | 1011110 | 110001 |
Color Harmonies of #F0086C
Complementary color
Monochromatic Colors of #F0086C
Black with #F0086C
Text Example
Text Example
White with #F0086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0086C; }
p { color: rgb(240,8,108); }
H1.HeaderClassName
{
color: #F0086C;
}
.AnyTagClassName
{
color: #F0086C;
}
</style>
background-color css
<style>
a { background-color: #F0086C; }
a { background-color: rgb(240,8,108); }
div.DivClassName
{
background-color: #F0086C;
}
.BgClassName
{
background-color: #F0086C;
}
</style>
border-color css
<style>
span { border-color: #F0086C; }
span { border-color: rgb(240,8,108); }
td.TdClassName
{
border-color: #F0086C;
}
.TagClassName
{
border-color: #F0086C;
}
</style>