Shades of Razzmatazz #FB015A
Tints of Razzmatazz #FB015A
RGB
CMYK
RGB Variations
Color information
#FB015A (or 0xFB015A) is known color: Razzmatazz. HEX triplet: FB, 01 and 5A. RGB value is (251,1,90). Sum of RGB (Red+Green+Blue) = 251+1+90=342 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.39% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 251 - color contains mainly: red. Hex color #FB015A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB015A is #04FEA5. Grayscale: #555555. Windows color (decimal): -327334 or 5898747. OLE color: 5898747.
HSL color Cylindrical-coordinate representation of color #FB015A: hue angle of 338.64º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB015A is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 90 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.02 |
| HSL | 338.64º | 0.99% | 0.49% | - |
| HSV(B) | 338.64º | 1% | 0.98% | - |
| XYZ | 41.64 | 21.27 | 11.58 | - |
| YUV | 85.9 | 130.33 | 245.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 90 | 0 | 1.00 | 0.64 | 0.02 | 338.64 | 0.99 | 0.49 |
| Hex | FB | 1 | 5A | 0 | 64 | 40 | 2 | 153 | 63 | 31 |
| Octal | 373 | 1 | 132 | 0 | 144 | 100 | 2 | 523 | 143 | 61 |
| Binary | 11111011 | 1 | 1011010 | 0 | 1100100 | 1000000 | 10 | 101010011 | 1100011 | 110001 |
Color Harmonies of #FB015A
Complementary color
Monochromatic Colors of #FB015A
Black with #FB015A
Text Example
Text Example
White with #FB015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB015A; }
p { color: rgb(251,1,90); }
H1.HeaderClassName
{
color: #FB015A;
}
.AnyTagClassName
{
color: #FB015A;
}
</style>
background-color css
<style>
a { background-color: #FB015A; }
a { background-color: rgb(251,1,90); }
div.DivClassName
{
background-color: #FB015A;
}
.BgClassName
{
background-color: #FB015A;
}
</style>
border-color css
<style>
span { border-color: #FB015A; }
span { border-color: rgb(251,1,90); }
td.TdClassName
{
border-color: #FB015A;
}
.TagClassName
{
border-color: #FB015A;
}
</style>