Shades of Razzmatazz #FE026E
Tints of Razzmatazz #FE026E
RGB
CMYK
RGB Variations
Color information
#FE026E (or 0xFE026E) is known color: Razzmatazz. HEX triplet: FE, 02 and 6E. RGB value is (254,2,110). Sum of RGB (Red+Green+Blue) = 254+2+110=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE026E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE026E is #01FD91. Grayscale: #595959. Windows color (decimal): -130450 or 7209726. OLE color: 7209726.
HSL color Cylindrical-coordinate representation of color #FE026E: hue angle of 334.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE026E is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 110 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.00 |
| HSL | 334.29º | 0.99% | 0.5% | - |
| HSV(B) | 334.29º | 0.99% | 1% | - |
| XYZ | 43.71 | 22.24 | 16.74 | - |
| YUV | 89.66 | 139.49 | 245.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 110 | 0 | 0.99 | 0.57 | 0.00 | 334.29 | 0.99 | 0.5 |
| Hex | FE | 2 | 6E | 0 | 63 | 39 | 0 | 14E | 63 | 32 |
| Octal | 376 | 2 | 156 | 0 | 143 | 71 | 0 | 516 | 143 | 62 |
| Binary | 11111110 | 10 | 1101110 | 0 | 1100011 | 111001 | 0 | 101001110 | 1100011 | 110010 |
Color Harmonies of #FE026E
Complementary color
Monochromatic Colors of #FE026E
Black with #FE026E
Text Example
Text Example
White with #FE026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE026E; }
p { color: rgb(254,2,110); }
H1.HeaderClassName
{
color: #FE026E;
}
.AnyTagClassName
{
color: #FE026E;
}
</style>
background-color css
<style>
a { background-color: #FE026E; }
a { background-color: rgb(254,2,110); }
div.DivClassName
{
background-color: #FE026E;
}
.BgClassName
{
background-color: #FE026E;
}
</style>
border-color css
<style>
span { border-color: #FE026E; }
span { border-color: rgb(254,2,110); }
td.TdClassName
{
border-color: #FE026E;
}
.TagClassName
{
border-color: #FE026E;
}
</style>