Shades of Razzmatazz #FE015F
Tints of Razzmatazz #FE015F
RGB
CMYK
RGB Variations
Color information
#FE015F (or 0xFE015F) is known color: Razzmatazz. HEX triplet: FE, 01 and 5F. RGB value is (254,1,95). Sum of RGB (Red+Green+Blue) = 254+1+95=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE015F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE015F is #01FEA0. Grayscale: #575757. Windows color (decimal): -130721 or 6226430. OLE color: 6226430.
HSL color Cylindrical-coordinate representation of color #FE015F: hue angle of 337.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE015F is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 95 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.00 |
| HSL | 337.71º | 0.99% | 0.5% | - |
| HSV(B) | 337.71º | 1% | 1% | - |
| XYZ | 42.95 | 21.92 | 12.79 | - |
| YUV | 87.36 | 132.32 | 246.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 95 | 0 | 1.00 | 0.63 | 0.00 | 337.71 | 0.99 | 0.5 |
| Hex | FE | 1 | 5F | 0 | 64 | 3F | 0 | 152 | 63 | 32 |
| Octal | 376 | 1 | 137 | 0 | 144 | 77 | 0 | 522 | 143 | 62 |
| Binary | 11111110 | 1 | 1011111 | 0 | 1100100 | 111111 | 0 | 101010010 | 1100011 | 110010 |
Color Harmonies of #FE015F
Complementary color
Monochromatic Colors of #FE015F
Black with #FE015F
Text Example
Text Example
White with #FE015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE015F; }
p { color: rgb(254,1,95); }
H1.HeaderClassName
{
color: #FE015F;
}
.AnyTagClassName
{
color: #FE015F;
}
</style>
background-color css
<style>
a { background-color: #FE015F; }
a { background-color: rgb(254,1,95); }
div.DivClassName
{
background-color: #FE015F;
}
.BgClassName
{
background-color: #FE015F;
}
</style>
border-color css
<style>
span { border-color: #FE015F; }
span { border-color: rgb(254,1,95); }
td.TdClassName
{
border-color: #FE015F;
}
.TagClassName
{
border-color: #FE015F;
}
</style>