Shades of Razzmatazz #FA0350
Tints of Razzmatazz #FA0350
RGB
CMYK
RGB Variations
Color information
#FA0350 (or 0xFA0350) is known color: Razzmatazz. HEX triplet: FA, 03 and 50. RGB value is (250,3,80). Sum of RGB (Red+Green+Blue) = 250+3+80=333 (44% of max value = 765). Red value is 250 (98.05% from 255 or 75.08% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0350 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0350 is #05FCAF. Grayscale: #555555. Windows color (decimal): -392368 or 5243898. OLE color: 5243898.
HSL color Cylindrical-coordinate representation of color #FA0350: hue angle of 341.3º 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 #FA0350 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 80 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.02 |
| HSL | 341.3º | 0.98% | 0.5% | - |
| HSV(B) | 341.3º | 0.99% | 0.98% | - |
| XYZ | 40.9 | 20.97 | 9.48 | - |
| YUV | 85.63 | 124.83 | 245.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 80 | 0 | 0.99 | 0.68 | 0.02 | 341.3 | 0.98 | 0.5 |
| Hex | FA | 3 | 50 | 0 | 63 | 44 | 2 | 155 | 62 | 32 |
| Octal | 372 | 3 | 120 | 0 | 143 | 104 | 2 | 525 | 142 | 62 |
| Binary | 11111010 | 11 | 1010000 | 0 | 1100011 | 1000100 | 10 | 101010101 | 1100010 | 110010 |
Color Harmonies of #FA0350
Complementary color
Monochromatic Colors of #FA0350
Black with #FA0350
Text Example
Text Example
White with #FA0350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0350; }
p { color: rgb(250,3,80); }
H1.HeaderClassName
{
color: #FA0350;
}
.AnyTagClassName
{
color: #FA0350;
}
</style>
background-color css
<style>
a { background-color: #FA0350; }
a { background-color: rgb(250,3,80); }
div.DivClassName
{
background-color: #FA0350;
}
.BgClassName
{
background-color: #FA0350;
}
</style>
border-color css
<style>
span { border-color: #FA0350; }
span { border-color: rgb(250,3,80); }
td.TdClassName
{
border-color: #FA0350;
}
.TagClassName
{
border-color: #FA0350;
}
</style>