Shades of Razzmatazz #FE0F6A
Tints of Razzmatazz #FE0F6A
RGB
CMYK
RGB Variations
Color information
#FE0F6A (or 0xFE0F6A) is known color: Razzmatazz. HEX triplet: FE, 0F and 6A. RGB value is (254,15,106). Sum of RGB (Red+Green+Blue) = 254+15+106=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F6A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0F6A is #01F095. Grayscale: #606060. Windows color (decimal): -127126 or 6950910. OLE color: 6950910.
HSL color Cylindrical-coordinate representation of color #FE0F6A: hue angle of 337.15º 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 #FE0F6A is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 106 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.00 |
| HSL | 337.15º | 0.99% | 0.53% | - |
| HSV(B) | 337.15º | 0.94% | 1% | - |
| XYZ | 43.65 | 22.45 | 15.67 | - |
| YUV | 96.84 | 133.18 | 240.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 106 | 0 | 0.94 | 0.58 | 0.00 | 337.15 | 0.99 | 0.53 |
| Hex | FE | F | 6A | 0 | 5E | 3A | 0 | 151 | 63 | 35 |
| Octal | 376 | 17 | 152 | 0 | 136 | 72 | 0 | 521 | 143 | 65 |
| Binary | 11111110 | 1111 | 1101010 | 0 | 1011110 | 111010 | 0 | 101010001 | 1100011 | 110101 |
Color Harmonies of #FE0F6A
Complementary color
Monochromatic Colors of #FE0F6A
Black with #FE0F6A
Text Example
Text Example
White with #FE0F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0F6A; }
p { color: rgb(254,15,106); }
H1.HeaderClassName
{
color: #FE0F6A;
}
.AnyTagClassName
{
color: #FE0F6A;
}
</style>
background-color css
<style>
a { background-color: #FE0F6A; }
a { background-color: rgb(254,15,106); }
div.DivClassName
{
background-color: #FE0F6A;
}
.BgClassName
{
background-color: #FE0F6A;
}
</style>
border-color css
<style>
span { border-color: #FE0F6A; }
span { border-color: rgb(254,15,106); }
td.TdClassName
{
border-color: #FE0F6A;
}
.TagClassName
{
border-color: #FE0F6A;
}
</style>