Shades of Razzmatazz #FB0D6B
Tints of Razzmatazz #FB0D6B
RGB
CMYK
RGB Variations
Color information
#FB0D6B (or 0xFB0D6B) is known color: Razzmatazz. HEX triplet: FB, 0D and 6B. RGB value is (251,13,107). Sum of RGB (Red+Green+Blue) = 251+13+107=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0D6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0D6B is #04F294. Grayscale: #5E5E5E. Windows color (decimal): -324245 or 7015931. OLE color: 7015931.
HSL color Cylindrical-coordinate representation of color #FB0D6B: hue angle of 336.3º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0D6B is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 107 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.02 |
| HSL | 336.3º | 0.97% | 0.52% | - |
| HSV(B) | 336.3º | 0.95% | 0.98% | - |
| XYZ | 42.58 | 21.86 | 15.88 | - |
| YUV | 94.88 | 134.85 | 239.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 107 | 0 | 0.95 | 0.57 | 0.02 | 336.3 | 0.97 | 0.52 |
| Hex | FB | D | 6B | 0 | 5F | 39 | 2 | 150 | 61 | 34 |
| Octal | 373 | 15 | 153 | 0 | 137 | 71 | 2 | 520 | 141 | 64 |
| Binary | 11111011 | 1101 | 1101011 | 0 | 1011111 | 111001 | 10 | 101010000 | 1100001 | 110100 |
Color Harmonies of #FB0D6B
Complementary color
Monochromatic Colors of #FB0D6B
Black with #FB0D6B
Text Example
Text Example
White with #FB0D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0D6B; }
p { color: rgb(251,13,107); }
H1.HeaderClassName
{
color: #FB0D6B;
}
.AnyTagClassName
{
color: #FB0D6B;
}
</style>
background-color css
<style>
a { background-color: #FB0D6B; }
a { background-color: rgb(251,13,107); }
div.DivClassName
{
background-color: #FB0D6B;
}
.BgClassName
{
background-color: #FB0D6B;
}
</style>
border-color css
<style>
span { border-color: #FB0D6B; }
span { border-color: rgb(251,13,107); }
td.TdClassName
{
border-color: #FB0D6B;
}
.TagClassName
{
border-color: #FB0D6B;
}
</style>