Shades of Razzmatazz #FF0B71
Tints of Razzmatazz #FF0B71
RGB
CMYK
RGB Variations
Color information
#FF0B71 (or 0xFF0B71) is known color: Razzmatazz. HEX triplet: FF, 0B and 71. RGB value is (255,11,113). Sum of RGB (Red+Green+Blue) = 255+11+113=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0B71 is #00F48E. Grayscale: #5F5F5F. Windows color (decimal): -62607 or 7408639. OLE color: 7408639.
HSL color Cylindrical-coordinate representation of color #FF0B71: hue angle of 334.92º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0B71 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 113 | - |
| CMYK | 0 | 0.96 | 0.56 | 0 |
| HSL | 334.92º | 1% | 0.52% | - |
| HSV(B) | 334.92º | 0.96% | 1% | - |
| XYZ | 44.34 | 22.69 | 17.67 | - |
| YUV | 95.58 | 137.84 | 241.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 113 | 0 | 0.96 | 0.56 | 0 | 334.92 | 1 | 0.52 |
| Hex | FF | B | 71 | 0 | 60 | 38 | 0 | 14F | 64 | 34 |
| Octal | 377 | 13 | 161 | 0 | 140 | 70 | 0 | 517 | 144 | 64 |
| Binary | 11111111 | 1011 | 1110001 | 0 | 1100000 | 111000 | 0 | 101001111 | 1100100 | 110100 |
Color Harmonies of #FF0B71
Complementary color
Monochromatic Colors of #FF0B71
Black with #FF0B71
Text Example
Text Example
White with #FF0B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B71; }
p { color: rgb(255,11,113); }
H1.HeaderClassName
{
color: #FF0B71;
}
.AnyTagClassName
{
color: #FF0B71;
}
</style>
background-color css
<style>
a { background-color: #FF0B71; }
a { background-color: rgb(255,11,113); }
div.DivClassName
{
background-color: #FF0B71;
}
.BgClassName
{
background-color: #FF0B71;
}
</style>
border-color css
<style>
span { border-color: #FF0B71; }
span { border-color: rgb(255,11,113); }
td.TdClassName
{
border-color: #FF0B71;
}
.TagClassName
{
border-color: #FF0B71;
}
</style>