Shades of Razzmatazz #FF0A5B
Tints of Razzmatazz #FF0A5B
RGB
CMYK
RGB Variations
Color information
#FF0A5B (or 0xFF0A5B) is known color: Razzmatazz. HEX triplet: FF, 0A and 5B. RGB value is (255,10,91). Sum of RGB (Red+Green+Blue) = 255+10+91=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A5B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0A5B is #00F5A4. Grayscale: #5C5C5C. Windows color (decimal): -62885 or 5966591. OLE color: 5966591.
HSL color Cylindrical-coordinate representation of color #FF0A5B: hue angle of 340.16º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0A5B is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 91 | - |
| CMYK | 0 | 0.96 | 0.64 | 0 |
| HSL | 340.16º | 1% | 0.52% | - |
| HSV(B) | 340.16º | 0.96% | 1% | - |
| XYZ | 43.24 | 22.23 | 11.91 | - |
| YUV | 92.49 | 127.17 | 243.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 91 | 0 | 0.96 | 0.64 | 0 | 340.16 | 1 | 0.52 |
| Hex | FF | A | 5B | 0 | 60 | 40 | 0 | 154 | 64 | 34 |
| Octal | 377 | 12 | 133 | 0 | 140 | 100 | 0 | 524 | 144 | 64 |
| Binary | 11111111 | 1010 | 1011011 | 0 | 1100000 | 1000000 | 0 | 101010100 | 1100100 | 110100 |
Color Harmonies of #FF0A5B
Complementary color
Monochromatic Colors of #FF0A5B
Black with #FF0A5B
Text Example
Text Example
White with #FF0A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A5B; }
p { color: rgb(255,10,91); }
H1.HeaderClassName
{
color: #FF0A5B;
}
.AnyTagClassName
{
color: #FF0A5B;
}
</style>
background-color css
<style>
a { background-color: #FF0A5B; }
a { background-color: rgb(255,10,91); }
div.DivClassName
{
background-color: #FF0A5B;
}
.BgClassName
{
background-color: #FF0A5B;
}
</style>
border-color css
<style>
span { border-color: #FF0A5B; }
span { border-color: rgb(255,10,91); }
td.TdClassName
{
border-color: #FF0A5B;
}
.TagClassName
{
border-color: #FF0A5B;
}
</style>