Shades of Razzmatazz #FF0A58
Tints of Razzmatazz #FF0A58
RGB
CMYK
RGB Variations
Color information
#FF0A58 (or 0xFF0A58) is known color: Razzmatazz. HEX triplet: FF, 0A and 58. RGB value is (255,10,88). Sum of RGB (Red+Green+Blue) = 255+10+88=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A58 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0A58 is #00F5A7. Grayscale: #5C5C5C. Windows color (decimal): -62888 or 5769983. OLE color: 5769983.
HSL color Cylindrical-coordinate representation of color #FF0A58: hue angle of 340.9º 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 #FF0A58 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 88 | - |
| CMYK | 0 | 0.96 | 0.65 | 0 |
| HSL | 340.9º | 1% | 0.52% | - |
| HSV(B) | 340.9º | 0.96% | 1% | - |
| XYZ | 43.11 | 22.18 | 11.24 | - |
| YUV | 92.15 | 125.67 | 244.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 88 | 0 | 0.96 | 0.65 | 0 | 340.9 | 1 | 0.52 |
| Hex | FF | A | 58 | 0 | 60 | 41 | 0 | 155 | 64 | 34 |
| Octal | 377 | 12 | 130 | 0 | 140 | 101 | 0 | 525 | 144 | 64 |
| Binary | 11111111 | 1010 | 1011000 | 0 | 1100000 | 1000001 | 0 | 101010101 | 1100100 | 110100 |
Color Harmonies of #FF0A58
Complementary color
Monochromatic Colors of #FF0A58
Black with #FF0A58
Text Example
Text Example
White with #FF0A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A58; }
p { color: rgb(255,10,88); }
H1.HeaderClassName
{
color: #FF0A58;
}
.AnyTagClassName
{
color: #FF0A58;
}
</style>
background-color css
<style>
a { background-color: #FF0A58; }
a { background-color: rgb(255,10,88); }
div.DivClassName
{
background-color: #FF0A58;
}
.BgClassName
{
background-color: #FF0A58;
}
</style>
border-color css
<style>
span { border-color: #FF0A58; }
span { border-color: rgb(255,10,88); }
td.TdClassName
{
border-color: #FF0A58;
}
.TagClassName
{
border-color: #FF0A58;
}
</style>