Shades of Razzmatazz #FE036C
Tints of Razzmatazz #FE036C
RGB
CMYK
RGB Variations
Color information
#FE036C (or 0xFE036C) is known color: Razzmatazz. HEX triplet: FE, 03 and 6C. RGB value is (254,3,108). Sum of RGB (Red+Green+Blue) = 254+3+108=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE036C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE036C is #01FC93. Grayscale: #595959. Windows color (decimal): -130196 or 7078910. OLE color: 7078910.
HSL color Cylindrical-coordinate representation of color #FE036C: hue angle of 334.9º 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 #FE036C is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 108 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.00 |
| HSL | 334.9º | 0.99% | 0.5% | - |
| HSV(B) | 334.9º | 0.99% | 1% | - |
| XYZ | 43.61 | 22.22 | 16.18 | - |
| YUV | 90.02 | 138.16 | 244.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 108 | 0 | 0.99 | 0.57 | 0.00 | 334.9 | 0.99 | 0.5 |
| Hex | FE | 3 | 6C | 0 | 63 | 39 | 0 | 14F | 63 | 32 |
| Octal | 376 | 3 | 154 | 0 | 143 | 71 | 0 | 517 | 143 | 62 |
| Binary | 11111110 | 11 | 1101100 | 0 | 1100011 | 111001 | 0 | 101001111 | 1100011 | 110010 |
Color Harmonies of #FE036C
Complementary color
Monochromatic Colors of #FE036C
Black with #FE036C
Text Example
Text Example
White with #FE036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE036C; }
p { color: rgb(254,3,108); }
H1.HeaderClassName
{
color: #FE036C;
}
.AnyTagClassName
{
color: #FE036C;
}
</style>
background-color css
<style>
a { background-color: #FE036C; }
a { background-color: rgb(254,3,108); }
div.DivClassName
{
background-color: #FE036C;
}
.BgClassName
{
background-color: #FE036C;
}
</style>
border-color css
<style>
span { border-color: #FE036C; }
span { border-color: rgb(254,3,108); }
td.TdClassName
{
border-color: #FE036C;
}
.TagClassName
{
border-color: #FE036C;
}
</style>