Shades of Razzmatazz #FF0B5F
Tints of Razzmatazz #FF0B5F
RGB
CMYK
RGB Variations
Color information
#FF0B5F (or 0xFF0B5F) is known color: Razzmatazz. HEX triplet: FF, 0B and 5F. RGB value is (255,11,95). Sum of RGB (Red+Green+Blue) = 255+11+95=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B5F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0B5F is #00F4A0. Grayscale: #5D5D5D. Windows color (decimal): -62625 or 6228991. OLE color: 6228991.
HSL color Cylindrical-coordinate representation of color #FF0B5F: hue angle of 339.34º 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 #FF0B5F is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 95 | - |
| CMYK | 0 | 0.96 | 0.63 | 0 |
| HSL | 339.34º | 1% | 0.52% | - |
| HSV(B) | 339.34º | 0.96% | 1% | - |
| XYZ | 43.43 | 22.33 | 12.85 | - |
| YUV | 93.53 | 128.84 | 243.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 95 | 0 | 0.96 | 0.63 | 0 | 339.34 | 1 | 0.52 |
| Hex | FF | B | 5F | 0 | 60 | 3F | 0 | 153 | 64 | 34 |
| Octal | 377 | 13 | 137 | 0 | 140 | 77 | 0 | 523 | 144 | 64 |
| Binary | 11111111 | 1011 | 1011111 | 0 | 1100000 | 111111 | 0 | 101010011 | 1100100 | 110100 |
Color Harmonies of #FF0B5F
Complementary color
Monochromatic Colors of #FF0B5F
Black with #FF0B5F
Text Example
Text Example
White with #FF0B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B5F; }
p { color: rgb(255,11,95); }
H1.HeaderClassName
{
color: #FF0B5F;
}
.AnyTagClassName
{
color: #FF0B5F;
}
</style>
background-color css
<style>
a { background-color: #FF0B5F; }
a { background-color: rgb(255,11,95); }
div.DivClassName
{
background-color: #FF0B5F;
}
.BgClassName
{
background-color: #FF0B5F;
}
</style>
border-color css
<style>
span { border-color: #FF0B5F; }
span { border-color: rgb(255,11,95); }
td.TdClassName
{
border-color: #FF0B5F;
}
.TagClassName
{
border-color: #FF0B5F;
}
</style>