Shades of Razzmatazz #FE0F64
Tints of Razzmatazz #FE0F64
RGB
CMYK
RGB Variations
Color information
#FE0F64 (or 0xFE0F64) is known color: Razzmatazz. HEX triplet: FE, 0F and 64. RGB value is (254,15,100). Sum of RGB (Red+Green+Blue) = 254+15+100=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F64 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0F64 is #01F09B. Grayscale: #606060. Windows color (decimal): -127132 or 6557694. OLE color: 6557694.
HSL color Cylindrical-coordinate representation of color #FE0F64: hue angle of 338.66º 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 #FE0F64 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 100 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.00 |
| HSL | 338.66º | 0.99% | 0.53% | - |
| HSV(B) | 338.66º | 0.94% | 1% | - |
| XYZ | 43.34 | 22.33 | 14.08 | - |
| YUV | 96.15 | 130.18 | 240.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 100 | 0 | 0.94 | 0.61 | 0.00 | 338.66 | 0.99 | 0.53 |
| Hex | FE | F | 64 | 0 | 5E | 3D | 0 | 153 | 63 | 35 |
| Octal | 376 | 17 | 144 | 0 | 136 | 75 | 0 | 523 | 143 | 65 |
| Binary | 11111110 | 1111 | 1100100 | 0 | 1011110 | 111101 | 0 | 101010011 | 1100011 | 110101 |
Color Harmonies of #FE0F64
Complementary color
Monochromatic Colors of #FE0F64
Black with #FE0F64
Text Example
Text Example
White with #FE0F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0F64; }
p { color: rgb(254,15,100); }
H1.HeaderClassName
{
color: #FE0F64;
}
.AnyTagClassName
{
color: #FE0F64;
}
</style>
background-color css
<style>
a { background-color: #FE0F64; }
a { background-color: rgb(254,15,100); }
div.DivClassName
{
background-color: #FE0F64;
}
.BgClassName
{
background-color: #FE0F64;
}
</style>
border-color css
<style>
span { border-color: #FE0F64; }
span { border-color: rgb(254,15,100); }
td.TdClassName
{
border-color: #FE0F64;
}
.TagClassName
{
border-color: #FE0F64;
}
</style>