Shades of Razzmatazz #FF086B
Tints of Razzmatazz #FF086B
RGB
CMYK
RGB Variations
Color information
#FF086B (or 0xFF086B) is known color: Razzmatazz. HEX triplet: FF, 08 and 6B. RGB value is (255,8,107). Sum of RGB (Red+Green+Blue) = 255+8+107=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF086B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF086B is #00F794. Grayscale: #5C5C5C. Windows color (decimal): -63381 or 7014655. OLE color: 7014655.
HSL color Cylindrical-coordinate representation of color #FF086B: hue angle of 335.95º 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 #FF086B is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 107 | - |
| CMYK | 0 | 0.97 | 0.58 | 0 |
| HSL | 335.95º | 1% | 0.52% | - |
| HSV(B) | 335.95º | 0.97% | 1% | - |
| XYZ | 43.98 | 22.5 | 15.93 | - |
| YUV | 93.14 | 135.83 | 243.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 107 | 0 | 0.97 | 0.58 | 0 | 335.95 | 1 | 0.52 |
| Hex | FF | 8 | 6B | 0 | 61 | 3A | 0 | 150 | 64 | 34 |
| Octal | 377 | 10 | 153 | 0 | 141 | 72 | 0 | 520 | 144 | 64 |
| Binary | 11111111 | 1000 | 1101011 | 0 | 1100001 | 111010 | 0 | 101010000 | 1100100 | 110100 |
Color Harmonies of #FF086B
Complementary color
Monochromatic Colors of #FF086B
Black with #FF086B
Text Example
Text Example
White with #FF086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF086B; }
p { color: rgb(255,8,107); }
H1.HeaderClassName
{
color: #FF086B;
}
.AnyTagClassName
{
color: #FF086B;
}
</style>
background-color css
<style>
a { background-color: #FF086B; }
a { background-color: rgb(255,8,107); }
div.DivClassName
{
background-color: #FF086B;
}
.BgClassName
{
background-color: #FF086B;
}
</style>
border-color css
<style>
span { border-color: #FF086B; }
span { border-color: rgb(255,8,107); }
td.TdClassName
{
border-color: #FF086B;
}
.TagClassName
{
border-color: #FF086B;
}
</style>