Shades of Razzmatazz #FF086D
Tints of Razzmatazz #FF086D
RGB
CMYK
RGB Variations
Color information
#FF086D (or 0xFF086D) is known color: Razzmatazz. HEX triplet: FF, 08 and 6D. RGB value is (255,8,109). Sum of RGB (Red+Green+Blue) = 255+8+109=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF086D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF086D is #00F792. Grayscale: #5D5D5D. Windows color (decimal): -63379 or 7145727. OLE color: 7145727.
HSL color Cylindrical-coordinate representation of color #FF086D: hue angle of 335.47º 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 #FF086D is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 109 | - |
| CMYK | 0 | 0.97 | 0.57 | 0 |
| HSL | 335.47º | 1% | 0.52% | - |
| HSV(B) | 335.47º | 0.97% | 1% | - |
| XYZ | 44.09 | 22.54 | 16.49 | - |
| YUV | 93.37 | 136.83 | 243.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 109 | 0 | 0.97 | 0.57 | 0 | 335.47 | 1 | 0.52 |
| Hex | FF | 8 | 6D | 0 | 61 | 39 | 0 | 14F | 64 | 34 |
| Octal | 377 | 10 | 155 | 0 | 141 | 71 | 0 | 517 | 144 | 64 |
| Binary | 11111111 | 1000 | 1101101 | 0 | 1100001 | 111001 | 0 | 101001111 | 1100100 | 110100 |
Color Harmonies of #FF086D
Complementary color
Monochromatic Colors of #FF086D
Black with #FF086D
Text Example
Text Example
White with #FF086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF086D; }
p { color: rgb(255,8,109); }
H1.HeaderClassName
{
color: #FF086D;
}
.AnyTagClassName
{
color: #FF086D;
}
</style>
background-color css
<style>
a { background-color: #FF086D; }
a { background-color: rgb(255,8,109); }
div.DivClassName
{
background-color: #FF086D;
}
.BgClassName
{
background-color: #FF086D;
}
</style>
border-color css
<style>
span { border-color: #FF086D; }
span { border-color: rgb(255,8,109); }
td.TdClassName
{
border-color: #FF086D;
}
.TagClassName
{
border-color: #FF086D;
}
</style>