Shades of Razzmatazz #FE0552
Tints of Razzmatazz #FE0552
RGB
CMYK
RGB Variations
Color information
#FE0552 (or 0xFE0552) is known color: Razzmatazz. HEX triplet: FE, 05 and 52. RGB value is (254,5,82). Sum of RGB (Red+Green+Blue) = 254+5+82=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0552 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0552 is #01FAAD. Grayscale: #585858. Windows color (decimal): -129710 or 5375486. OLE color: 5375486.
HSL color Cylindrical-coordinate representation of color #FE0552: hue angle of 341.45º 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 #FE0552 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 82 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.00 |
| HSL | 341.45º | 0.99% | 0.51% | - |
| HSV(B) | 341.45º | 0.98% | 1% | - |
| XYZ | 42.45 | 21.79 | 9.95 | - |
| YUV | 88.23 | 124.49 | 246.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 82 | 0 | 0.98 | 0.68 | 0.00 | 341.45 | 0.99 | 0.51 |
| Hex | FE | 5 | 52 | 0 | 62 | 44 | 0 | 155 | 63 | 33 |
| Octal | 376 | 5 | 122 | 0 | 142 | 104 | 0 | 525 | 143 | 63 |
| Binary | 11111110 | 101 | 1010010 | 0 | 1100010 | 1000100 | 0 | 101010101 | 1100011 | 110011 |
Color Harmonies of #FE0552
Complementary color
Monochromatic Colors of #FE0552
Black with #FE0552
Text Example
Text Example
White with #FE0552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0552; }
p { color: rgb(254,5,82); }
H1.HeaderClassName
{
color: #FE0552;
}
.AnyTagClassName
{
color: #FE0552;
}
</style>
background-color css
<style>
a { background-color: #FE0552; }
a { background-color: rgb(254,5,82); }
div.DivClassName
{
background-color: #FE0552;
}
.BgClassName
{
background-color: #FE0552;
}
</style>
border-color css
<style>
span { border-color: #FE0552; }
span { border-color: rgb(254,5,82); }
td.TdClassName
{
border-color: #FE0552;
}
.TagClassName
{
border-color: #FE0552;
}
</style>