Shades of Razzmatazz #FE0A65
Tints of Razzmatazz #FE0A65
RGB
CMYK
RGB Variations
Color information
#FE0A65 (or 0xFE0A65) is known color: Razzmatazz. HEX triplet: FE, 0A and 65. RGB value is (254,10,101). Sum of RGB (Red+Green+Blue) = 254+10+101=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0A65 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0A65 is #01F59A. Grayscale: #5D5D5D. Windows color (decimal): -128411 or 6621950. OLE color: 6621950.
HSL color Cylindrical-coordinate representation of color #FE0A65: hue angle of 337.62º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0A65 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 101 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.00 |
| HSL | 337.62º | 0.99% | 0.52% | - |
| HSV(B) | 337.62º | 0.96% | 1% | - |
| XYZ | 43.33 | 22.23 | 14.32 | - |
| YUV | 93.33 | 132.34 | 242.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 101 | 0 | 0.96 | 0.60 | 0.00 | 337.62 | 0.99 | 0.52 |
| Hex | FE | A | 65 | 0 | 60 | 3C | 0 | 152 | 63 | 34 |
| Octal | 376 | 12 | 145 | 0 | 140 | 74 | 0 | 522 | 143 | 64 |
| Binary | 11111110 | 1010 | 1100101 | 0 | 1100000 | 111100 | 0 | 101010010 | 1100011 | 110100 |
Color Harmonies of #FE0A65
Complementary color
Monochromatic Colors of #FE0A65
Black with #FE0A65
Text Example
Text Example
White with #FE0A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0A65; }
p { color: rgb(254,10,101); }
H1.HeaderClassName
{
color: #FE0A65;
}
.AnyTagClassName
{
color: #FE0A65;
}
</style>
background-color css
<style>
a { background-color: #FE0A65; }
a { background-color: rgb(254,10,101); }
div.DivClassName
{
background-color: #FE0A65;
}
.BgClassName
{
background-color: #FE0A65;
}
</style>
border-color css
<style>
span { border-color: #FE0A65; }
span { border-color: rgb(254,10,101); }
td.TdClassName
{
border-color: #FE0A65;
}
.TagClassName
{
border-color: #FE0A65;
}
</style>