Shades of Razzmatazz #FE0B5C
Tints of Razzmatazz #FE0B5C
RGB
CMYK
RGB Variations
Color information
#FE0B5C (or 0xFE0B5C) is known color: Razzmatazz. HEX triplet: FE, 0B and 5C. RGB value is (254,11,92). Sum of RGB (Red+Green+Blue) = 254+11+92=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0B5C is #01F4A3. Grayscale: #5C5C5C. Windows color (decimal): -128164 or 6032382. OLE color: 6032382.
HSL color Cylindrical-coordinate representation of color #FE0B5C: hue angle of 340º 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 #FE0B5C is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 92 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.00 |
| HSL | 340º | 0.99% | 0.52% | - |
| HSV(B) | 340º | 0.96% | 1% | - |
| XYZ | 42.92 | 22.08 | 12.13 | - |
| YUV | 92.89 | 127.51 | 242.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 92 | 0 | 0.96 | 0.64 | 0.00 | 340 | 0.99 | 0.52 |
| Hex | FE | B | 5C | 0 | 60 | 40 | 0 | 154 | 63 | 34 |
| Octal | 376 | 13 | 134 | 0 | 140 | 100 | 0 | 524 | 143 | 64 |
| Binary | 11111110 | 1011 | 1011100 | 0 | 1100000 | 1000000 | 0 | 101010100 | 1100011 | 110100 |
Color Harmonies of #FE0B5C
Complementary color
Monochromatic Colors of #FE0B5C
Black with #FE0B5C
Text Example
Text Example
White with #FE0B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0B5C; }
p { color: rgb(254,11,92); }
H1.HeaderClassName
{
color: #FE0B5C;
}
.AnyTagClassName
{
color: #FE0B5C;
}
</style>
background-color css
<style>
a { background-color: #FE0B5C; }
a { background-color: rgb(254,11,92); }
div.DivClassName
{
background-color: #FE0B5C;
}
.BgClassName
{
background-color: #FE0B5C;
}
</style>
border-color css
<style>
span { border-color: #FE0B5C; }
span { border-color: rgb(254,11,92); }
td.TdClassName
{
border-color: #FE0B5C;
}
.TagClassName
{
border-color: #FE0B5C;
}
</style>