Shades of Razzmatazz #FD0B5B
Tints of Razzmatazz #FD0B5B
RGB
CMYK
RGB Variations
Color information
#FD0B5B (or 0xFD0B5B) is known color: Razzmatazz. HEX triplet: FD, 0B and 5B. RGB value is (253,11,91). Sum of RGB (Red+Green+Blue) = 253+11+91=355 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.27% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0B5B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0B5B is #02F4A4. Grayscale: #5C5C5C. Windows color (decimal): -193701 or 5966845. OLE color: 5966845.
HSL color Cylindrical-coordinate representation of color #FD0B5B: hue angle of 340.17º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0B5B is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 11 | 91 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.01 |
| HSL | 340.17º | 0.98% | 0.52% | - |
| HSV(B) | 340.17º | 0.96% | 0.99% | - |
| XYZ | 42.52 | 21.88 | 11.88 | - |
| YUV | 92.48 | 127.17 | 242.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 11 | 91 | 0 | 0.96 | 0.64 | 0.01 | 340.17 | 0.98 | 0.52 |
| Hex | FD | B | 5B | 0 | 60 | 40 | 1 | 154 | 62 | 34 |
| Octal | 375 | 13 | 133 | 0 | 140 | 100 | 1 | 524 | 142 | 64 |
| Binary | 11111101 | 1011 | 1011011 | 0 | 1100000 | 1000000 | 1 | 101010100 | 1100010 | 110100 |
Color Harmonies of #FD0B5B
Complementary color
Monochromatic Colors of #FD0B5B
Black with #FD0B5B
Text Example
Text Example
White with #FD0B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0B5B; }
p { color: rgb(253,11,91); }
H1.HeaderClassName
{
color: #FD0B5B;
}
.AnyTagClassName
{
color: #FD0B5B;
}
</style>
background-color css
<style>
a { background-color: #FD0B5B; }
a { background-color: rgb(253,11,91); }
div.DivClassName
{
background-color: #FD0B5B;
}
.BgClassName
{
background-color: #FD0B5B;
}
</style>
border-color css
<style>
span { border-color: #FD0B5B; }
span { border-color: rgb(253,11,91); }
td.TdClassName
{
border-color: #FD0B5B;
}
.TagClassName
{
border-color: #FD0B5B;
}
</style>