Shades of Razzmatazz #FF026A
Tints of Razzmatazz #FF026A
RGB
CMYK
RGB Variations
Color information
#FF026A (or 0xFF026A) is known color: Razzmatazz. HEX triplet: FF, 02 and 6A. RGB value is (255,2,106). Sum of RGB (Red+Green+Blue) = 255+2+106=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF026A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF026A is #00FD95. Grayscale: #595959. Windows color (decimal): -64918 or 6947583. OLE color: 6947583.
HSL color Cylindrical-coordinate representation of color #FF026A: hue angle of 335.34º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF026A is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 106 | - |
| CMYK | 0 | 0.99 | 0.58 | 0 |
| HSL | 335.34º | 1% | 0.5% | - |
| HSV(B) | 335.34º | 0.99% | 1% | - |
| XYZ | 43.86 | 22.34 | 15.64 | - |
| YUV | 89.5 | 137.32 | 246.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 106 | 0 | 0.99 | 0.58 | 0 | 335.34 | 1 | 0.5 |
| Hex | FF | 2 | 6A | 0 | 63 | 3A | 0 | 14F | 64 | 32 |
| Octal | 377 | 2 | 152 | 0 | 143 | 72 | 0 | 517 | 144 | 62 |
| Binary | 11111111 | 10 | 1101010 | 0 | 1100011 | 111010 | 0 | 101001111 | 1100100 | 110010 |
Color Harmonies of #FF026A
Complementary color
Monochromatic Colors of #FF026A
Black with #FF026A
Text Example
Text Example
White with #FF026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF026A; }
p { color: rgb(255,2,106); }
H1.HeaderClassName
{
color: #FF026A;
}
.AnyTagClassName
{
color: #FF026A;
}
</style>
background-color css
<style>
a { background-color: #FF026A; }
a { background-color: rgb(255,2,106); }
div.DivClassName
{
background-color: #FF026A;
}
.BgClassName
{
background-color: #FF026A;
}
</style>
border-color css
<style>
span { border-color: #FF026A; }
span { border-color: rgb(255,2,106); }
td.TdClassName
{
border-color: #FF026A;
}
.TagClassName
{
border-color: #FF026A;
}
</style>