Shades of Razzmatazz #FE0B70
Tints of Razzmatazz #FE0B70
RGB
CMYK
RGB Variations
Color information
#FE0B70 (or 0xFE0B70) is known color: Razzmatazz. HEX triplet: FE, 0B and 70. RGB value is (254,11,112). Sum of RGB (Red+Green+Blue) = 254+11+112=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0B70 is #01F48F. Grayscale: #5F5F5F. Windows color (decimal): -128144 or 7343102. OLE color: 7343102.
HSL color Cylindrical-coordinate representation of color #FE0B70: hue angle of 335.06º 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 #FE0B70 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 112 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.00 |
| HSL | 335.06º | 0.99% | 0.52% | - |
| HSV(B) | 335.06º | 0.96% | 1% | - |
| XYZ | 43.92 | 22.48 | 17.35 | - |
| YUV | 95.17 | 137.51 | 241.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 112 | 0 | 0.96 | 0.56 | 0.00 | 335.06 | 0.99 | 0.52 |
| Hex | FE | B | 70 | 0 | 60 | 38 | 0 | 14F | 63 | 34 |
| Octal | 376 | 13 | 160 | 0 | 140 | 70 | 0 | 517 | 143 | 64 |
| Binary | 11111110 | 1011 | 1110000 | 0 | 1100000 | 111000 | 0 | 101001111 | 1100011 | 110100 |
Color Harmonies of #FE0B70
Complementary color
Monochromatic Colors of #FE0B70
Black with #FE0B70
Text Example
Text Example
White with #FE0B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0B70; }
p { color: rgb(254,11,112); }
H1.HeaderClassName
{
color: #FE0B70;
}
.AnyTagClassName
{
color: #FE0B70;
}
</style>
background-color css
<style>
a { background-color: #FE0B70; }
a { background-color: rgb(254,11,112); }
div.DivClassName
{
background-color: #FE0B70;
}
.BgClassName
{
background-color: #FE0B70;
}
</style>
border-color css
<style>
span { border-color: #FE0B70; }
span { border-color: rgb(254,11,112); }
td.TdClassName
{
border-color: #FE0B70;
}
.TagClassName
{
border-color: #FE0B70;
}
</style>