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