Shades of Violet Red #FA307A
Tints of Violet Red #FA307A
RGB
CMYK
RGB Variations
Color information
#FA307A (or 0xFA307A) is known color: Violet Red. HEX triplet: FA, 30 and 7A. RGB value is (250,48,122). Sum of RGB (Red+Green+Blue) = 250+48+122=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA307A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA307A is #05CF85. Grayscale: #747474. Windows color (decimal): -380806 or 8007930. OLE color: 8007930.
HSL color Cylindrical-coordinate representation of color #FA307A: hue angle of 338.02º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA307A is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 122 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.02 |
| HSL | 338.02º | 0.95% | 0.58% | - |
| HSV(B) | 338.02º | 0.81% | 0.98% | - |
| XYZ | 43.99 | 23.84 | 20.7 | - |
| YUV | 116.83 | 130.92 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 122 | 0 | 0.81 | 0.51 | 0.02 | 338.02 | 0.95 | 0.58 |
| Hex | FA | 30 | 7A | 0 | 51 | 33 | 2 | 152 | 5F | 3A |
| Octal | 372 | 60 | 172 | 0 | 121 | 63 | 2 | 522 | 137 | 72 |
| Binary | 11111010 | 110000 | 1111010 | 0 | 1010001 | 110011 | 10 | 101010010 | 1011111 | 111010 |
Color Harmonies of #FA307A
Complementary color
Monochromatic Colors of #FA307A
Black with #FA307A
Text Example
Text Example
White with #FA307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA307A; }
p { color: rgb(250,48,122); }
H1.HeaderClassName
{
color: #FA307A;
}
.AnyTagClassName
{
color: #FA307A;
}
</style>
background-color css
<style>
a { background-color: #FA307A; }
a { background-color: rgb(250,48,122); }
div.DivClassName
{
background-color: #FA307A;
}
.BgClassName
{
background-color: #FA307A;
}
</style>
border-color css
<style>
span { border-color: #FA307A; }
span { border-color: rgb(250,48,122); }
td.TdClassName
{
border-color: #FA307A;
}
.TagClassName
{
border-color: #FA307A;
}
</style>