Shades of Razzmatazz #FE0469
Tints of Razzmatazz #FE0469
RGB
CMYK
RGB Variations
Color information
#FE0469 (or 0xFE0469) is known color: Razzmatazz. HEX triplet: FE, 04 and 69. RGB value is (254,4,105). Sum of RGB (Red+Green+Blue) = 254+4+105=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0469 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0469 is #01FB96. Grayscale: #5A5A5A. Windows color (decimal): -129943 or 6882558. OLE color: 6882558.
HSL color Cylindrical-coordinate representation of color #FE0469: hue angle of 335.76º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0469 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 105 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.00 |
| HSL | 335.76º | 0.99% | 0.51% | - |
| HSV(B) | 335.76º | 0.98% | 1% | - |
| XYZ | 43.47 | 22.18 | 15.35 | - |
| YUV | 90.26 | 136.33 | 244.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 105 | 0 | 0.98 | 0.59 | 0.00 | 335.76 | 0.99 | 0.51 |
| Hex | FE | 4 | 69 | 0 | 62 | 3B | 0 | 150 | 63 | 33 |
| Octal | 376 | 4 | 151 | 0 | 142 | 73 | 0 | 520 | 143 | 63 |
| Binary | 11111110 | 100 | 1101001 | 0 | 1100010 | 111011 | 0 | 101010000 | 1100011 | 110011 |
Color Harmonies of #FE0469
Complementary color
Monochromatic Colors of #FE0469
Black with #FE0469
Text Example
Text Example
White with #FE0469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0469; }
p { color: rgb(254,4,105); }
H1.HeaderClassName
{
color: #FE0469;
}
.AnyTagClassName
{
color: #FE0469;
}
</style>
background-color css
<style>
a { background-color: #FE0469; }
a { background-color: rgb(254,4,105); }
div.DivClassName
{
background-color: #FE0469;
}
.BgClassName
{
background-color: #FE0469;
}
</style>
border-color css
<style>
span { border-color: #FE0469; }
span { border-color: rgb(254,4,105); }
td.TdClassName
{
border-color: #FE0469;
}
.TagClassName
{
border-color: #FE0469;
}
</style>