Shades of Razzmatazz #FB0255
Tints of Razzmatazz #FB0255
RGB
CMYK
RGB Variations
Color information
#FB0255 (or 0xFB0255) is known color: Razzmatazz. HEX triplet: FB, 02 and 55. RGB value is (251,2,85). Sum of RGB (Red+Green+Blue) = 251+2+85=338 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.26% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0255 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0255 is #04FDAA. Grayscale: #555555. Windows color (decimal): -327083 or 5571323. OLE color: 5571323.
HSL color Cylindrical-coordinate representation of color #FB0255: hue angle of 340º 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 #FB0255 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 85 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.02 |
| HSL | 340º | 0.98% | 0.5% | - |
| HSV(B) | 340º | 0.99% | 0.98% | - |
| XYZ | 41.45 | 21.21 | 10.5 | - |
| YUV | 85.91 | 127.49 | 245.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 85 | 0 | 0.99 | 0.66 | 0.02 | 340 | 0.98 | 0.5 |
| Hex | FB | 2 | 55 | 0 | 63 | 42 | 2 | 154 | 62 | 32 |
| Octal | 373 | 2 | 125 | 0 | 143 | 102 | 2 | 524 | 142 | 62 |
| Binary | 11111011 | 10 | 1010101 | 0 | 1100011 | 1000010 | 10 | 101010100 | 1100010 | 110010 |
Color Harmonies of #FB0255
Complementary color
Monochromatic Colors of #FB0255
Black with #FB0255
Text Example
Text Example
White with #FB0255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0255; }
p { color: rgb(251,2,85); }
H1.HeaderClassName
{
color: #FB0255;
}
.AnyTagClassName
{
color: #FB0255;
}
</style>
background-color css
<style>
a { background-color: #FB0255; }
a { background-color: rgb(251,2,85); }
div.DivClassName
{
background-color: #FB0255;
}
.BgClassName
{
background-color: #FB0255;
}
</style>
border-color css
<style>
span { border-color: #FB0255; }
span { border-color: rgb(251,2,85); }
td.TdClassName
{
border-color: #FB0255;
}
.TagClassName
{
border-color: #FB0255;
}
</style>