Shades of Razzmatazz #FE0B63
Tints of Razzmatazz #FE0B63
RGB
CMYK
RGB Variations
Color information
#FE0B63 (or 0xFE0B63) is known color: Razzmatazz. HEX triplet: FE, 0B and 63. RGB value is (254,11,99). Sum of RGB (Red+Green+Blue) = 254+11+99=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B63 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0B63 is #01F49C. Grayscale: #5D5D5D. Windows color (decimal): -128157 or 6491134. OLE color: 6491134.
HSL color Cylindrical-coordinate representation of color #FE0B63: hue angle of 338.27º 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 #FE0B63 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 99 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.00 |
| HSL | 338.27º | 0.99% | 0.52% | - |
| HSV(B) | 338.27º | 0.96% | 1% | - |
| XYZ | 43.24 | 22.21 | 13.81 | - |
| YUV | 93.69 | 131.01 | 242.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 99 | 0 | 0.96 | 0.61 | 0.00 | 338.27 | 0.99 | 0.52 |
| Hex | FE | B | 63 | 0 | 60 | 3D | 0 | 152 | 63 | 34 |
| Octal | 376 | 13 | 143 | 0 | 140 | 75 | 0 | 522 | 143 | 64 |
| Binary | 11111110 | 1011 | 1100011 | 0 | 1100000 | 111101 | 0 | 101010010 | 1100011 | 110100 |
Color Harmonies of #FE0B63
Complementary color
Monochromatic Colors of #FE0B63
Black with #FE0B63
Text Example
Text Example
White with #FE0B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0B63; }
p { color: rgb(254,11,99); }
H1.HeaderClassName
{
color: #FE0B63;
}
.AnyTagClassName
{
color: #FE0B63;
}
</style>
background-color css
<style>
a { background-color: #FE0B63; }
a { background-color: rgb(254,11,99); }
div.DivClassName
{
background-color: #FE0B63;
}
.BgClassName
{
background-color: #FE0B63;
}
</style>
border-color css
<style>
span { border-color: #FE0B63; }
span { border-color: rgb(254,11,99); }
td.TdClassName
{
border-color: #FE0B63;
}
.TagClassName
{
border-color: #FE0B63;
}
</style>