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