Shades of Violet Red #FA337A
Tints of Violet Red #FA337A
RGB
CMYK
RGB Variations
Color information
#FA337A (or 0xFA337A) is known color: Violet Red. HEX triplet: FA, 33 and 7A. RGB value is (250,51,122). Sum of RGB (Red+Green+Blue) = 250+51+122=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA337A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA337A is #05CC85. Grayscale: #767676. Windows color (decimal): -380038 or 8008698. OLE color: 8008698.
HSL color Cylindrical-coordinate representation of color #FA337A: hue angle of 338.59º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA337A is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 122 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.02 |
| HSL | 338.59º | 0.95% | 0.59% | - |
| HSV(B) | 338.59º | 0.8% | 0.98% | - |
| XYZ | 44.12 | 24.1 | 20.74 | - |
| YUV | 118.6 | 129.93 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 122 | 0 | 0.80 | 0.51 | 0.02 | 338.59 | 0.95 | 0.59 |
| Hex | FA | 33 | 7A | 0 | 50 | 33 | 2 | 153 | 5F | 3B |
| Octal | 372 | 63 | 172 | 0 | 120 | 63 | 2 | 523 | 137 | 73 |
| Binary | 11111010 | 110011 | 1111010 | 0 | 1010000 | 110011 | 10 | 101010011 | 1011111 | 111011 |
Color Harmonies of #FA337A
Complementary color
Monochromatic Colors of #FA337A
Black with #FA337A
Text Example
Text Example
White with #FA337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA337A; }
p { color: rgb(250,51,122); }
H1.HeaderClassName
{
color: #FA337A;
}
.AnyTagClassName
{
color: #FA337A;
}
</style>
background-color css
<style>
a { background-color: #FA337A; }
a { background-color: rgb(250,51,122); }
div.DivClassName
{
background-color: #FA337A;
}
.BgClassName
{
background-color: #FA337A;
}
</style>
border-color css
<style>
span { border-color: #FA337A; }
span { border-color: rgb(250,51,122); }
td.TdClassName
{
border-color: #FA337A;
}
.TagClassName
{
border-color: #FA337A;
}
</style>