Shades of Razzmatazz #FF0B5A
Tints of Razzmatazz #FF0B5A
RGB
CMYK
RGB Variations
Color information
#FF0B5A (or 0xFF0B5A) is known color: Razzmatazz. HEX triplet: FF, 0B and 5A. RGB value is (255,11,90). Sum of RGB (Red+Green+Blue) = 255+11+90=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B5A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0B5A is #00F4A5. Grayscale: #5C5C5C. Windows color (decimal): -62630 or 5901311. OLE color: 5901311.
HSL color Cylindrical-coordinate representation of color #FF0B5A: hue angle of 340.57º 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 #FF0B5A is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 90 | - |
| CMYK | 0 | 0.96 | 0.65 | 0 |
| HSL | 340.57º | 1% | 0.52% | - |
| HSV(B) | 340.57º | 0.96% | 1% | - |
| XYZ | 43.21 | 22.24 | 11.69 | - |
| YUV | 92.96 | 126.34 | 243.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 90 | 0 | 0.96 | 0.65 | 0 | 340.57 | 1 | 0.52 |
| Hex | FF | B | 5A | 0 | 60 | 41 | 0 | 155 | 64 | 34 |
| Octal | 377 | 13 | 132 | 0 | 140 | 101 | 0 | 525 | 144 | 64 |
| Binary | 11111111 | 1011 | 1011010 | 0 | 1100000 | 1000001 | 0 | 101010101 | 1100100 | 110100 |
Color Harmonies of #FF0B5A
Complementary color
Monochromatic Colors of #FF0B5A
Black with #FF0B5A
Text Example
Text Example
White with #FF0B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B5A; }
p { color: rgb(255,11,90); }
H1.HeaderClassName
{
color: #FF0B5A;
}
.AnyTagClassName
{
color: #FF0B5A;
}
</style>
background-color css
<style>
a { background-color: #FF0B5A; }
a { background-color: rgb(255,11,90); }
div.DivClassName
{
background-color: #FF0B5A;
}
.BgClassName
{
background-color: #FF0B5A;
}
</style>
border-color css
<style>
span { border-color: #FF0B5A; }
span { border-color: rgb(255,11,90); }
td.TdClassName
{
border-color: #FF0B5A;
}
.TagClassName
{
border-color: #FF0B5A;
}
</style>