Shades of Razzmatazz #FE1052
Tints of Razzmatazz #FE1052
RGB
CMYK
RGB Variations
Color information
#FE1052 (or 0xFE1052) is known color: Razzmatazz. HEX triplet: FE, 10 and 52. RGB value is (254,16,82). Sum of RGB (Red+Green+Blue) = 254+16+82=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1052 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1052 is #01EFAD. Grayscale: #5E5E5E. Windows color (decimal): -126894 or 5378302. OLE color: 5378302.
HSL color Cylindrical-coordinate representation of color #FE1052: hue angle of 343.36º 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 #FE1052 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 82 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.00 |
| HSL | 343.36º | 0.99% | 0.53% | - |
| HSV(B) | 343.36º | 0.94% | 1% | - |
| XYZ | 42.58 | 22.05 | 9.99 | - |
| YUV | 94.69 | 120.85 | 241.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 82 | 0 | 0.94 | 0.68 | 0.00 | 343.36 | 0.99 | 0.53 |
| Hex | FE | 10 | 52 | 0 | 5E | 44 | 0 | 157 | 63 | 35 |
| Octal | 376 | 20 | 122 | 0 | 136 | 104 | 0 | 527 | 143 | 65 |
| Binary | 11111110 | 10000 | 1010010 | 0 | 1011110 | 1000100 | 0 | 101010111 | 1100011 | 110101 |
Color Harmonies of #FE1052
Complementary color
Monochromatic Colors of #FE1052
Black with #FE1052
Text Example
Text Example
White with #FE1052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1052; }
p { color: rgb(254,16,82); }
H1.HeaderClassName
{
color: #FE1052;
}
.AnyTagClassName
{
color: #FE1052;
}
</style>
background-color css
<style>
a { background-color: #FE1052; }
a { background-color: rgb(254,16,82); }
div.DivClassName
{
background-color: #FE1052;
}
.BgClassName
{
background-color: #FE1052;
}
</style>
border-color css
<style>
span { border-color: #FE1052; }
span { border-color: rgb(254,16,82); }
td.TdClassName
{
border-color: #FE1052;
}
.TagClassName
{
border-color: #FE1052;
}
</style>