Shades of Violet Red #FA478A
Tints of Violet Red #FA478A
RGB
CMYK
RGB Variations
Color information
#FA478A (or 0xFA478A) is known color: Violet Red. HEX triplet: FA, 47 and 8A. RGB value is (250,71,138). Sum of RGB (Red+Green+Blue) = 250+71+138=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA478A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA478A is #05B875. Grayscale: #848484. Windows color (decimal): -374902 or 9062394. OLE color: 9062394.
HSL color Cylindrical-coordinate representation of color #FA478A: hue angle of 337.54º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA478A is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 71 | 138 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.02 |
| HSL | 337.54º | 0.95% | 0.63% | - |
| HSV(B) | 337.54º | 0.72% | 0.98% | - |
| XYZ | 46.27 | 26.67 | 26.75 | - |
| YUV | 132.16 | 131.3 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 71 | 138 | 0 | 0.72 | 0.45 | 0.02 | 337.54 | 0.95 | 0.63 |
| Hex | FA | 47 | 8A | 0 | 48 | 2D | 2 | 152 | 5F | 3F |
| Octal | 372 | 107 | 212 | 0 | 110 | 55 | 2 | 522 | 137 | 77 |
| Binary | 11111010 | 1000111 | 10001010 | 0 | 1001000 | 101101 | 10 | 101010010 | 1011111 | 111111 |
Color Harmonies of #FA478A
Complementary color
Monochromatic Colors of #FA478A
Black with #FA478A
Text Example
Text Example
White with #FA478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA478A; }
p { color: rgb(250,71,138); }
H1.HeaderClassName
{
color: #FA478A;
}
.AnyTagClassName
{
color: #FA478A;
}
</style>
background-color css
<style>
a { background-color: #FA478A; }
a { background-color: rgb(250,71,138); }
div.DivClassName
{
background-color: #FA478A;
}
.BgClassName
{
background-color: #FA478A;
}
</style>
border-color css
<style>
span { border-color: #FA478A; }
span { border-color: rgb(250,71,138); }
td.TdClassName
{
border-color: #FA478A;
}
.TagClassName
{
border-color: #FA478A;
}
</style>