Shades of Razzmatazz #FE0F61
Tints of Razzmatazz #FE0F61
RGB
CMYK
RGB Variations
Color information
#FE0F61 (or 0xFE0F61) is known color: Razzmatazz. HEX triplet: FE, 0F and 61. RGB value is (254,15,97). Sum of RGB (Red+Green+Blue) = 254+15+97=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F61 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0F61 is #01F09E. Grayscale: #5F5F5F. Windows color (decimal): -127135 or 6361086. OLE color: 6361086.
HSL color Cylindrical-coordinate representation of color #FE0F61: hue angle of 339.41º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0F61 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 97 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.00 |
| HSL | 339.41º | 0.99% | 0.53% | - |
| HSV(B) | 339.41º | 0.94% | 1% | - |
| XYZ | 43.2 | 22.28 | 13.33 | - |
| YUV | 95.81 | 128.68 | 240.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 97 | 0 | 0.94 | 0.62 | 0.00 | 339.41 | 0.99 | 0.53 |
| Hex | FE | F | 61 | 0 | 5E | 3E | 0 | 153 | 63 | 35 |
| Octal | 376 | 17 | 141 | 0 | 136 | 76 | 0 | 523 | 143 | 65 |
| Binary | 11111110 | 1111 | 1100001 | 0 | 1011110 | 111110 | 0 | 101010011 | 1100011 | 110101 |
Color Harmonies of #FE0F61
Complementary color
Monochromatic Colors of #FE0F61
Black with #FE0F61
Text Example
Text Example
White with #FE0F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0F61; }
p { color: rgb(254,15,97); }
H1.HeaderClassName
{
color: #FE0F61;
}
.AnyTagClassName
{
color: #FE0F61;
}
</style>
background-color css
<style>
a { background-color: #FE0F61; }
a { background-color: rgb(254,15,97); }
div.DivClassName
{
background-color: #FE0F61;
}
.BgClassName
{
background-color: #FE0F61;
}
</style>
border-color css
<style>
span { border-color: #FE0F61; }
span { border-color: rgb(254,15,97); }
td.TdClassName
{
border-color: #FE0F61;
}
.TagClassName
{
border-color: #FE0F61;
}
</style>