Shades of Razzmatazz #FB024E
Tints of Razzmatazz #FB024E
RGB
CMYK
RGB Variations
Color information
#FB024E (or 0xFB024E) is known color: Razzmatazz. HEX triplet: FB, 02 and 4E. RGB value is (251,2,78). Sum of RGB (Red+Green+Blue) = 251+2+78=331 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.83% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 251 - color contains mainly: red. Hex color #FB024E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB024E is #04FDB1. Grayscale: #555555. Windows color (decimal): -327090 or 5112571. OLE color: 5112571.
HSL color Cylindrical-coordinate representation of color #FB024E: hue angle of 341.69º 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 #FB024E is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.02 |
| HSL | 341.69º | 0.98% | 0.5% | - |
| HSV(B) | 341.69º | 0.99% | 0.98% | - |
| XYZ | 41.18 | 21.1 | 9.11 | - |
| YUV | 85.12 | 123.99 | 246.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 78 | 0 | 0.99 | 0.69 | 0.02 | 341.69 | 0.98 | 0.5 |
| Hex | FB | 2 | 4E | 0 | 63 | 45 | 2 | 156 | 62 | 32 |
| Octal | 373 | 2 | 116 | 0 | 143 | 105 | 2 | 526 | 142 | 62 |
| Binary | 11111011 | 10 | 1001110 | 0 | 1100011 | 1000101 | 10 | 101010110 | 1100010 | 110010 |
Color Harmonies of #FB024E
Complementary color
Monochromatic Colors of #FB024E
Black with #FB024E
Text Example
Text Example
White with #FB024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB024E; }
p { color: rgb(251,2,78); }
H1.HeaderClassName
{
color: #FB024E;
}
.AnyTagClassName
{
color: #FB024E;
}
</style>
background-color css
<style>
a { background-color: #FB024E; }
a { background-color: rgb(251,2,78); }
div.DivClassName
{
background-color: #FB024E;
}
.BgClassName
{
background-color: #FB024E;
}
</style>
border-color css
<style>
span { border-color: #FB024E; }
span { border-color: rgb(251,2,78); }
td.TdClassName
{
border-color: #FB024E;
}
.TagClassName
{
border-color: #FB024E;
}
</style>