Shades of Razzmatazz #FE0B5A
Tints of Razzmatazz #FE0B5A
RGB
CMYK
RGB Variations
Color information
#FE0B5A (or 0xFE0B5A) is known color: Razzmatazz. HEX triplet: FE, 0B and 5A. RGB value is (254,11,90). Sum of RGB (Red+Green+Blue) = 254+11+90=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B5A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0B5A is #01F4A5. Grayscale: #5C5C5C. Windows color (decimal): -128166 or 5901310. OLE color: 5901310.
HSL color Cylindrical-coordinate representation of color #FE0B5A: hue angle of 340.49º 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 #FE0B5A is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 90 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.00 |
| HSL | 340.49º | 0.99% | 0.52% | - |
| HSV(B) | 340.49º | 0.96% | 1% | - |
| XYZ | 42.84 | 22.05 | 11.67 | - |
| YUV | 92.66 | 126.51 | 243.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 90 | 0 | 0.96 | 0.65 | 0.00 | 340.49 | 0.99 | 0.52 |
| Hex | FE | B | 5A | 0 | 60 | 41 | 0 | 154 | 63 | 34 |
| Octal | 376 | 13 | 132 | 0 | 140 | 101 | 0 | 524 | 143 | 64 |
| Binary | 11111110 | 1011 | 1011010 | 0 | 1100000 | 1000001 | 0 | 101010100 | 1100011 | 110100 |
Color Harmonies of #FE0B5A
Complementary color
Monochromatic Colors of #FE0B5A
Black with #FE0B5A
Text Example
Text Example
White with #FE0B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0B5A; }
p { color: rgb(254,11,90); }
H1.HeaderClassName
{
color: #FE0B5A;
}
.AnyTagClassName
{
color: #FE0B5A;
}
</style>
background-color css
<style>
a { background-color: #FE0B5A; }
a { background-color: rgb(254,11,90); }
div.DivClassName
{
background-color: #FE0B5A;
}
.BgClassName
{
background-color: #FE0B5A;
}
</style>
border-color css
<style>
span { border-color: #FE0B5A; }
span { border-color: rgb(254,11,90); }
td.TdClassName
{
border-color: #FE0B5A;
}
.TagClassName
{
border-color: #FE0B5A;
}
</style>