Shades of Razzmatazz #FF086C
Tints of Razzmatazz #FF086C
RGB
CMYK
RGB Variations
Color information
#FF086C (or 0xFF086C) is known color: Razzmatazz. HEX triplet: FF, 08 and 6C. RGB value is (255,8,108). Sum of RGB (Red+Green+Blue) = 255+8+108=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF086C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF086C is #00F793. Grayscale: #5D5D5D. Windows color (decimal): -63380 or 7080191. OLE color: 7080191.
HSL color Cylindrical-coordinate representation of color #FF086C: hue angle of 335.71º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF086C is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 108 | - |
| CMYK | 0 | 0.97 | 0.58 | 0 |
| HSL | 335.71º | 1% | 0.52% | - |
| HSV(B) | 335.71º | 0.97% | 1% | - |
| XYZ | 44.03 | 22.52 | 16.21 | - |
| YUV | 93.25 | 136.33 | 243.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 108 | 0 | 0.97 | 0.58 | 0 | 335.71 | 1 | 0.52 |
| Hex | FF | 8 | 6C | 0 | 61 | 3A | 0 | 150 | 64 | 34 |
| Octal | 377 | 10 | 154 | 0 | 141 | 72 | 0 | 520 | 144 | 64 |
| Binary | 11111111 | 1000 | 1101100 | 0 | 1100001 | 111010 | 0 | 101010000 | 1100100 | 110100 |
Color Harmonies of #FF086C
Complementary color
Monochromatic Colors of #FF086C
Black with #FF086C
Text Example
Text Example
White with #FF086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF086C; }
p { color: rgb(255,8,108); }
H1.HeaderClassName
{
color: #FF086C;
}
.AnyTagClassName
{
color: #FF086C;
}
</style>
background-color css
<style>
a { background-color: #FF086C; }
a { background-color: rgb(255,8,108); }
div.DivClassName
{
background-color: #FF086C;
}
.BgClassName
{
background-color: #FF086C;
}
</style>
border-color css
<style>
span { border-color: #FF086C; }
span { border-color: rgb(255,8,108); }
td.TdClassName
{
border-color: #FF086C;
}
.TagClassName
{
border-color: #FF086C;
}
</style>