Shades of Razzmatazz #FE035F
Tints of Razzmatazz #FE035F
RGB
CMYK
RGB Variations
Color information
#FE035F (or 0xFE035F) is known color: Razzmatazz. HEX triplet: FE, 03 and 5F. RGB value is (254,3,95). Sum of RGB (Red+Green+Blue) = 254+3+95=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE035F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE035F is #01FCA0. Grayscale: #585858. Windows color (decimal): -130209 or 6226942. OLE color: 6226942.
HSL color Cylindrical-coordinate representation of color #FE035F: hue angle of 338.01º 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 #FE035F is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 95 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.00 |
| HSL | 338.01º | 0.99% | 0.5% | - |
| HSV(B) | 338.01º | 0.99% | 1% | - |
| XYZ | 42.97 | 21.96 | 12.8 | - |
| YUV | 88.54 | 131.66 | 246.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 95 | 0 | 0.99 | 0.63 | 0.00 | 338.01 | 0.99 | 0.5 |
| Hex | FE | 3 | 5F | 0 | 63 | 3F | 0 | 152 | 63 | 32 |
| Octal | 376 | 3 | 137 | 0 | 143 | 77 | 0 | 522 | 143 | 62 |
| Binary | 11111110 | 11 | 1011111 | 0 | 1100011 | 111111 | 0 | 101010010 | 1100011 | 110010 |
Color Harmonies of #FE035F
Complementary color
Monochromatic Colors of #FE035F
Black with #FE035F
Text Example
Text Example
White with #FE035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE035F; }
p { color: rgb(254,3,95); }
H1.HeaderClassName
{
color: #FE035F;
}
.AnyTagClassName
{
color: #FE035F;
}
</style>
background-color css
<style>
a { background-color: #FE035F; }
a { background-color: rgb(254,3,95); }
div.DivClassName
{
background-color: #FE035F;
}
.BgClassName
{
background-color: #FE035F;
}
</style>
border-color css
<style>
span { border-color: #FE035F; }
span { border-color: rgb(254,3,95); }
td.TdClassName
{
border-color: #FE035F;
}
.TagClassName
{
border-color: #FE035F;
}
</style>