Shades of Razzmatazz #FB0270
Tints of Razzmatazz #FB0270
RGB
CMYK
RGB Variations
Color information
#FB0270 (or 0xFB0270) is known color: Razzmatazz. HEX triplet: FB, 02 and 70. RGB value is (251,2,112). Sum of RGB (Red+Green+Blue) = 251+2+112=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0270 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0270 is #04FD8F. Grayscale: #585858. Windows color (decimal): -327056 or 7340795. OLE color: 7340795.
HSL color Cylindrical-coordinate representation of color #FB0270: hue angle of 333.49º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB0270 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.02 |
| HSL | 333.49º | 0.98% | 0.5% | - |
| HSV(B) | 333.49º | 0.99% | 0.98% | - |
| XYZ | 42.73 | 21.72 | 17.27 | - |
| YUV | 88.99 | 140.99 | 243.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 112 | 0 | 0.99 | 0.55 | 0.02 | 333.49 | 0.98 | 0.5 |
| Hex | FB | 2 | 70 | 0 | 63 | 37 | 2 | 14D | 62 | 32 |
| Octal | 373 | 2 | 160 | 0 | 143 | 67 | 2 | 515 | 142 | 62 |
| Binary | 11111011 | 10 | 1110000 | 0 | 1100011 | 110111 | 10 | 101001101 | 1100010 | 110010 |
Color Harmonies of #FB0270
Complementary color
Monochromatic Colors of #FB0270
Black with #FB0270
Text Example
Text Example
White with #FB0270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0270; }
p { color: rgb(251,2,112); }
H1.HeaderClassName
{
color: #FB0270;
}
.AnyTagClassName
{
color: #FB0270;
}
</style>
background-color css
<style>
a { background-color: #FB0270; }
a { background-color: rgb(251,2,112); }
div.DivClassName
{
background-color: #FB0270;
}
.BgClassName
{
background-color: #FB0270;
}
</style>
border-color css
<style>
span { border-color: #FB0270; }
span { border-color: rgb(251,2,112); }
td.TdClassName
{
border-color: #FB0270;
}
.TagClassName
{
border-color: #FB0270;
}
</style>