Shades of Razzmatazz #FB1863
Tints of Razzmatazz #FB1863
RGB
CMYK
RGB Variations
Color information
#FB1863 (or 0xFB1863) is known color: Razzmatazz. HEX triplet: FB, 18 and 63. RGB value is (251,24,99). Sum of RGB (Red+Green+Blue) = 251+24+99=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1863 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1863 is #04E79C. Grayscale: #646464. Windows color (decimal): -321437 or 6494459. OLE color: 6494459.
HSL color Cylindrical-coordinate representation of color #FB1863: hue angle of 340.18º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1863 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 99 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.02 |
| HSL | 340.18º | 0.97% | 0.54% | - |
| HSV(B) | 340.18º | 0.9% | 0.98% | - |
| XYZ | 42.36 | 22.06 | 13.83 | - |
| YUV | 100.42 | 127.21 | 235.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 99 | 0 | 0.90 | 0.61 | 0.02 | 340.18 | 0.97 | 0.54 |
| Hex | FB | 18 | 63 | 0 | 5A | 3D | 2 | 154 | 61 | 36 |
| Octal | 373 | 30 | 143 | 0 | 132 | 75 | 2 | 524 | 141 | 66 |
| Binary | 11111011 | 11000 | 1100011 | 0 | 1011010 | 111101 | 10 | 101010100 | 1100001 | 110110 |
Color Harmonies of #FB1863
Complementary color
Monochromatic Colors of #FB1863
Black with #FB1863
Text Example
Text Example
White with #FB1863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1863; }
p { color: rgb(251,24,99); }
H1.HeaderClassName
{
color: #FB1863;
}
.AnyTagClassName
{
color: #FB1863;
}
</style>
background-color css
<style>
a { background-color: #FB1863; }
a { background-color: rgb(251,24,99); }
div.DivClassName
{
background-color: #FB1863;
}
.BgClassName
{
background-color: #FB1863;
}
</style>
border-color css
<style>
span { border-color: #FB1863; }
span { border-color: rgb(251,24,99); }
td.TdClassName
{
border-color: #FB1863;
}
.TagClassName
{
border-color: #FB1863;
}
</style>