Shades of Razzmatazz #FF0B66
Tints of Razzmatazz #FF0B66
RGB
CMYK
RGB Variations
Color information
#FF0B66 (or 0xFF0B66) is known color: Razzmatazz. HEX triplet: FF, 0B and 66. RGB value is (255,11,102). Sum of RGB (Red+Green+Blue) = 255+11+102=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B66 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0B66 is #00F499. Grayscale: #5E5E5E. Windows color (decimal): -62618 or 6687743. OLE color: 6687743.
HSL color Cylindrical-coordinate representation of color #FF0B66: hue angle of 337.62º 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 #FF0B66 is Cyan = 0, Magento = 0.96, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 102 | - |
| CMYK | 0 | 0.96 | 0.6 | 0 |
| HSL | 337.62º | 1% | 0.52% | - |
| HSV(B) | 337.62º | 0.96% | 1% | - |
| XYZ | 43.76 | 22.46 | 14.6 | - |
| YUV | 94.33 | 132.34 | 242.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 102 | 0 | 0.96 | 0.6 | 0 | 337.62 | 1 | 0.52 |
| Hex | FF | B | 66 | 0 | 60 | 3C | 0 | 152 | 64 | 34 |
| Octal | 377 | 13 | 146 | 0 | 140 | 74 | 0 | 522 | 144 | 64 |
| Binary | 11111111 | 1011 | 1100110 | 0 | 1100000 | 111100 | 0 | 101010010 | 1100100 | 110100 |
Color Harmonies of #FF0B66
Complementary color
Monochromatic Colors of #FF0B66
Black with #FF0B66
Text Example
Text Example
White with #FF0B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B66; }
p { color: rgb(255,11,102); }
H1.HeaderClassName
{
color: #FF0B66;
}
.AnyTagClassName
{
color: #FF0B66;
}
</style>
background-color css
<style>
a { background-color: #FF0B66; }
a { background-color: rgb(255,11,102); }
div.DivClassName
{
background-color: #FF0B66;
}
.BgClassName
{
background-color: #FF0B66;
}
</style>
border-color css
<style>
span { border-color: #FF0B66; }
span { border-color: rgb(255,11,102); }
td.TdClassName
{
border-color: #FF0B66;
}
.TagClassName
{
border-color: #FF0B66;
}
</style>