Shades of Razzmatazz #FB075A
Tints of Razzmatazz #FB075A
RGB
CMYK
RGB Variations
Color information
#FB075A (or 0xFB075A) is known color: Razzmatazz. HEX triplet: FB, 07 and 5A. RGB value is (251,7,90). Sum of RGB (Red+Green+Blue) = 251+7+90=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB075A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB075A is #04F8A5. Grayscale: #595959. Windows color (decimal): -325798 or 5900283. OLE color: 5900283.
HSL color Cylindrical-coordinate representation of color #FB075A: hue angle of 339.59º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB075A is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 90 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.02 |
| HSL | 339.59º | 0.97% | 0.51% | - |
| HSV(B) | 339.59º | 0.97% | 0.98% | - |
| XYZ | 41.71 | 21.4 | 11.61 | - |
| YUV | 89.42 | 128.34 | 243.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 90 | 0 | 0.97 | 0.64 | 0.02 | 339.59 | 0.97 | 0.51 |
| Hex | FB | 7 | 5A | 0 | 61 | 40 | 2 | 154 | 61 | 33 |
| Octal | 373 | 7 | 132 | 0 | 141 | 100 | 2 | 524 | 141 | 63 |
| Binary | 11111011 | 111 | 1011010 | 0 | 1100001 | 1000000 | 10 | 101010100 | 1100001 | 110011 |
Color Harmonies of #FB075A
Complementary color
Monochromatic Colors of #FB075A
Black with #FB075A
Text Example
Text Example
White with #FB075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB075A; }
p { color: rgb(251,7,90); }
H1.HeaderClassName
{
color: #FB075A;
}
.AnyTagClassName
{
color: #FB075A;
}
</style>
background-color css
<style>
a { background-color: #FB075A; }
a { background-color: rgb(251,7,90); }
div.DivClassName
{
background-color: #FB075A;
}
.BgClassName
{
background-color: #FB075A;
}
</style>
border-color css
<style>
span { border-color: #FB075A; }
span { border-color: rgb(251,7,90); }
td.TdClassName
{
border-color: #FB075A;
}
.TagClassName
{
border-color: #FB075A;
}
</style>