Shades of Razzmatazz #FF0B5D
Tints of Razzmatazz #FF0B5D
RGB
CMYK
RGB Variations
Color information
#FF0B5D (or 0xFF0B5D) is known color: Razzmatazz. HEX triplet: FF, 0B and 5D. RGB value is (255,11,93). Sum of RGB (Red+Green+Blue) = 255+11+93=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0B5D is #00F4A2. Grayscale: #5D5D5D. Windows color (decimal): -62627 or 6097919. OLE color: 6097919.
HSL color Cylindrical-coordinate representation of color #FF0B5D: hue angle of 339.84º 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 #FF0B5D is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 93 | - |
| CMYK | 0 | 0.96 | 0.64 | 0 |
| HSL | 339.84º | 1% | 0.52% | - |
| HSV(B) | 339.84º | 0.96% | 1% | - |
| XYZ | 43.34 | 22.29 | 12.37 | - |
| YUV | 93.3 | 127.84 | 243.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 93 | 0 | 0.96 | 0.64 | 0 | 339.84 | 1 | 0.52 |
| Hex | FF | B | 5D | 0 | 60 | 40 | 0 | 154 | 64 | 34 |
| Octal | 377 | 13 | 135 | 0 | 140 | 100 | 0 | 524 | 144 | 64 |
| Binary | 11111111 | 1011 | 1011101 | 0 | 1100000 | 1000000 | 0 | 101010100 | 1100100 | 110100 |
Color Harmonies of #FF0B5D
Complementary color
Monochromatic Colors of #FF0B5D
Black with #FF0B5D
Text Example
Text Example
White with #FF0B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B5D; }
p { color: rgb(255,11,93); }
H1.HeaderClassName
{
color: #FF0B5D;
}
.AnyTagClassName
{
color: #FF0B5D;
}
</style>
background-color css
<style>
a { background-color: #FF0B5D; }
a { background-color: rgb(255,11,93); }
div.DivClassName
{
background-color: #FF0B5D;
}
.BgClassName
{
background-color: #FF0B5D;
}
</style>
border-color css
<style>
span { border-color: #FF0B5D; }
span { border-color: rgb(255,11,93); }
td.TdClassName
{
border-color: #FF0B5D;
}
.TagClassName
{
border-color: #FF0B5D;
}
</style>