Shades of Razzmatazz #FA035E
Tints of Razzmatazz #FA035E
RGB
CMYK
RGB Variations
Color information
#FA035E (or 0xFA035E) is known color: Razzmatazz. HEX triplet: FA, 03 and 5E. RGB value is (250,3,94). Sum of RGB (Red+Green+Blue) = 250+3+94=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA035E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA035E is #05FCA1. Grayscale: #575757. Windows color (decimal): -392354 or 6161402. OLE color: 6161402.
HSL color Cylindrical-coordinate representation of color #FA035E: hue angle of 337.89º 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 #FA035E is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 94 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.02 |
| HSL | 337.89º | 0.98% | 0.5% | - |
| HSV(B) | 337.89º | 0.99% | 0.98% | - |
| XYZ | 41.48 | 21.2 | 12.5 | - |
| YUV | 87.23 | 131.83 | 244.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 94 | 0 | 0.99 | 0.62 | 0.02 | 337.89 | 0.98 | 0.5 |
| Hex | FA | 3 | 5E | 0 | 63 | 3E | 2 | 152 | 62 | 32 |
| Octal | 372 | 3 | 136 | 0 | 143 | 76 | 2 | 522 | 142 | 62 |
| Binary | 11111010 | 11 | 1011110 | 0 | 1100011 | 111110 | 10 | 101010010 | 1100010 | 110010 |
Color Harmonies of #FA035E
Complementary color
Monochromatic Colors of #FA035E
Black with #FA035E
Text Example
Text Example
White with #FA035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA035E; }
p { color: rgb(250,3,94); }
H1.HeaderClassName
{
color: #FA035E;
}
.AnyTagClassName
{
color: #FA035E;
}
</style>
background-color css
<style>
a { background-color: #FA035E; }
a { background-color: rgb(250,3,94); }
div.DivClassName
{
background-color: #FA035E;
}
.BgClassName
{
background-color: #FA035E;
}
</style>
border-color css
<style>
span { border-color: #FA035E; }
span { border-color: rgb(250,3,94); }
td.TdClassName
{
border-color: #FA035E;
}
.TagClassName
{
border-color: #FA035E;
}
</style>