Shades of Razzmatazz #FF005A
Tints of Razzmatazz #FF005A
RGB
CMYK
RGB Variations
Color information
#FF005A (or 0xFF005A) is known color: Razzmatazz. HEX triplet: FF, 00 and 5A. RGB value is (255,0,90). Sum of RGB (Red+Green+Blue) = 255+0+90=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF005A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF005A is #00FFA5. Grayscale: #565656. Windows color (decimal): -65446 or 5898495. OLE color: 5898495.
HSL color Cylindrical-coordinate representation of color #FF005A: hue angle of 338.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF005A is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.65 | 0 |
| HSL | 338.82º | 1% | 0.5% | - |
| HSV(B) | 338.82º | 1% | 1% | - |
| XYZ | 43.09 | 22 | 11.65 | - |
| YUV | 86.51 | 129.98 | 248.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 90 | 0 | 1 | 0.65 | 0 | 338.82 | 1 | 0.5 |
| Hex | FF | 0 | 5A | 0 | 64 | 41 | 0 | 153 | 64 | 32 |
| Octal | 377 | 0 | 132 | 0 | 144 | 101 | 0 | 523 | 144 | 62 |
| Binary | 11111111 | 0 | 1011010 | 0 | 1100100 | 1000001 | 0 | 101010011 | 1100100 | 110010 |
Color Harmonies of #FF005A
Complementary color
Monochromatic Colors of #FF005A
Black with #FF005A
Text Example
Text Example
White with #FF005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF005A; }
p { color: rgb(255,0,90); }
H1.HeaderClassName
{
color: #FF005A;
}
.AnyTagClassName
{
color: #FF005A;
}
</style>
background-color css
<style>
a { background-color: #FF005A; }
a { background-color: rgb(255,0,90); }
div.DivClassName
{
background-color: #FF005A;
}
.BgClassName
{
background-color: #FF005A;
}
</style>
border-color css
<style>
span { border-color: #FF005A; }
span { border-color: rgb(255,0,90); }
td.TdClassName
{
border-color: #FF005A;
}
.TagClassName
{
border-color: #FF005A;
}
</style>