Shades of Razzmatazz #FE026B
Tints of Razzmatazz #FE026B
RGB
CMYK
RGB Variations
Color information
#FE026B (or 0xFE026B) is known color: Razzmatazz. HEX triplet: FE, 02 and 6B. RGB value is (254,2,107). Sum of RGB (Red+Green+Blue) = 254+2+107=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE026B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE026B is #01FD94. Grayscale: #595959. Windows color (decimal): -130453 or 7013118. OLE color: 7013118.
HSL color Cylindrical-coordinate representation of color #FE026B: hue angle of 335º 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 #FE026B is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 107 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.00 |
| HSL | 335º | 0.99% | 0.5% | - |
| HSV(B) | 335º | 0.99% | 1% | - |
| XYZ | 43.55 | 22.18 | 15.9 | - |
| YUV | 89.32 | 137.99 | 245.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 107 | 0 | 0.99 | 0.58 | 0.00 | 335 | 0.99 | 0.5 |
| Hex | FE | 2 | 6B | 0 | 63 | 3A | 0 | 14F | 63 | 32 |
| Octal | 376 | 2 | 153 | 0 | 143 | 72 | 0 | 517 | 143 | 62 |
| Binary | 11111110 | 10 | 1101011 | 0 | 1100011 | 111010 | 0 | 101001111 | 1100011 | 110010 |
Color Harmonies of #FE026B
Complementary color
Monochromatic Colors of #FE026B
Black with #FE026B
Text Example
Text Example
White with #FE026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE026B; }
p { color: rgb(254,2,107); }
H1.HeaderClassName
{
color: #FE026B;
}
.AnyTagClassName
{
color: #FE026B;
}
</style>
background-color css
<style>
a { background-color: #FE026B; }
a { background-color: rgb(254,2,107); }
div.DivClassName
{
background-color: #FE026B;
}
.BgClassName
{
background-color: #FE026B;
}
</style>
border-color css
<style>
span { border-color: #FE026B; }
span { border-color: rgb(254,2,107); }
td.TdClassName
{
border-color: #FE026B;
}
.TagClassName
{
border-color: #FE026B;
}
</style>