Shades of Razzmatazz #FB105A
Tints of Razzmatazz #FB105A
RGB
CMYK
RGB Variations
Color information
#FB105A (or 0xFB105A) is known color: Razzmatazz. HEX triplet: FB, 10 and 5A. RGB value is (251,16,90). Sum of RGB (Red+Green+Blue) = 251+16+90=357 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.31% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 251 - color contains mainly: red. Hex color #FB105A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB105A is #04EFA5. Grayscale: #5E5E5E. Windows color (decimal): -323494 or 5902587. OLE color: 5902587.
HSL color Cylindrical-coordinate representation of color #FB105A: hue angle of 341.11º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB105A is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 90 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.02 |
| HSL | 341.11º | 0.97% | 0.52% | - |
| HSV(B) | 341.11º | 0.94% | 0.98% | - |
| XYZ | 41.81 | 21.62 | 11.64 | - |
| YUV | 94.7 | 125.36 | 239.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 90 | 0 | 0.94 | 0.64 | 0.02 | 341.11 | 0.97 | 0.52 |
| Hex | FB | 10 | 5A | 0 | 5E | 40 | 2 | 155 | 61 | 34 |
| Octal | 373 | 20 | 132 | 0 | 136 | 100 | 2 | 525 | 141 | 64 |
| Binary | 11111011 | 10000 | 1011010 | 0 | 1011110 | 1000000 | 10 | 101010101 | 1100001 | 110100 |
Color Harmonies of #FB105A
Complementary color
Monochromatic Colors of #FB105A
Black with #FB105A
Text Example
Text Example
White with #FB105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB105A; }
p { color: rgb(251,16,90); }
H1.HeaderClassName
{
color: #FB105A;
}
.AnyTagClassName
{
color: #FB105A;
}
</style>
background-color css
<style>
a { background-color: #FB105A; }
a { background-color: rgb(251,16,90); }
div.DivClassName
{
background-color: #FB105A;
}
.BgClassName
{
background-color: #FB105A;
}
</style>
border-color css
<style>
span { border-color: #FB105A; }
span { border-color: rgb(251,16,90); }
td.TdClassName
{
border-color: #FB105A;
}
.TagClassName
{
border-color: #FB105A;
}
</style>