Shades of Razzmatazz #FF015A
Tints of Razzmatazz #FF015A
RGB
CMYK
RGB Variations
Color information
#FF015A (or 0xFF015A) is known color: Razzmatazz. HEX triplet: FF, 01 and 5A. RGB value is (255,1,90). Sum of RGB (Red+Green+Blue) = 255+1+90=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF015A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF015A is #00FEA5. Grayscale: #565656. Windows color (decimal): -65190 or 5898751. OLE color: 5898751.
HSL color Cylindrical-coordinate representation of color #FF015A: hue angle of 338.98º 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 #FF015A is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 90 | - |
| CMYK | 0 | 1.00 | 0.65 | 0 |
| HSL | 338.98º | 1% | 0.5% | - |
| HSV(B) | 338.98º | 1% | 1% | - |
| XYZ | 43.1 | 22.02 | 11.65 | - |
| YUV | 87.09 | 129.65 | 247.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 90 | 0 | 1.00 | 0.65 | 0 | 338.98 | 1 | 0.5 |
| Hex | FF | 1 | 5A | 0 | 64 | 41 | 0 | 153 | 64 | 32 |
| Octal | 377 | 1 | 132 | 0 | 144 | 101 | 0 | 523 | 144 | 62 |
| Binary | 11111111 | 1 | 1011010 | 0 | 1100100 | 1000001 | 0 | 101010011 | 1100100 | 110010 |
Color Harmonies of #FF015A
Complementary color
Monochromatic Colors of #FF015A
Black with #FF015A
Text Example
Text Example
White with #FF015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF015A; }
p { color: rgb(255,1,90); }
H1.HeaderClassName
{
color: #FF015A;
}
.AnyTagClassName
{
color: #FF015A;
}
</style>
background-color css
<style>
a { background-color: #FF015A; }
a { background-color: rgb(255,1,90); }
div.DivClassName
{
background-color: #FF015A;
}
.BgClassName
{
background-color: #FF015A;
}
</style>
border-color css
<style>
span { border-color: #FF015A; }
span { border-color: rgb(255,1,90); }
td.TdClassName
{
border-color: #FF015A;
}
.TagClassName
{
border-color: #FF015A;
}
</style>