Shades of Razzmatazz #FF026C
Tints of Razzmatazz #FF026C
RGB
CMYK
RGB Variations
Color information
#FF026C (or 0xFF026C) is known color: Razzmatazz. HEX triplet: FF, 02 and 6C. RGB value is (255,2,108). Sum of RGB (Red+Green+Blue) = 255+2+108=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF026C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF026C is #00FD93. Grayscale: #595959. Windows color (decimal): -64916 or 7078655. OLE color: 7078655.
HSL color Cylindrical-coordinate representation of color #FF026C: hue angle of 334.86º 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 #FF026C is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.58 | 0 |
| HSL | 334.86º | 1% | 0.5% | - |
| HSV(B) | 334.86º | 0.99% | 1% | - |
| XYZ | 43.97 | 22.39 | 16.19 | - |
| YUV | 89.73 | 138.32 | 245.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 108 | 0 | 0.99 | 0.58 | 0 | 334.86 | 1 | 0.5 |
| Hex | FF | 2 | 6C | 0 | 63 | 3A | 0 | 14F | 64 | 32 |
| Octal | 377 | 2 | 154 | 0 | 143 | 72 | 0 | 517 | 144 | 62 |
| Binary | 11111111 | 10 | 1101100 | 0 | 1100011 | 111010 | 0 | 101001111 | 1100100 | 110010 |
Color Harmonies of #FF026C
Complementary color
Monochromatic Colors of #FF026C
Black with #FF026C
Text Example
Text Example
White with #FF026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF026C; }
p { color: rgb(255,2,108); }
H1.HeaderClassName
{
color: #FF026C;
}
.AnyTagClassName
{
color: #FF026C;
}
</style>
background-color css
<style>
a { background-color: #FF026C; }
a { background-color: rgb(255,2,108); }
div.DivClassName
{
background-color: #FF026C;
}
.BgClassName
{
background-color: #FF026C;
}
</style>
border-color css
<style>
span { border-color: #FF026C; }
span { border-color: rgb(255,2,108); }
td.TdClassName
{
border-color: #FF026C;
}
.TagClassName
{
border-color: #FF026C;
}
</style>