Shades of Violet Red #FA488C
Tints of Violet Red #FA488C
RGB
CMYK
RGB Variations
Color information
#FA488C (or 0xFA488C) is known color: Violet Red. HEX triplet: FA, 48 and 8C. RGB value is (250,72,140). Sum of RGB (Red+Green+Blue) = 250+72+140=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA488C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA488C is #05B773. Grayscale: #848484. Windows color (decimal): -374644 or 9193722. OLE color: 9193722.
HSL color Cylindrical-coordinate representation of color #FA488C: hue angle of 337.08º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA488C is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 72 | 140 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.02 |
| HSL | 337.08º | 0.95% | 0.63% | - |
| HSV(B) | 337.08º | 0.71% | 0.98% | - |
| XYZ | 46.48 | 26.85 | 27.54 | - |
| YUV | 132.97 | 131.97 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 72 | 140 | 0 | 0.71 | 0.44 | 0.02 | 337.08 | 0.95 | 0.63 |
| Hex | FA | 48 | 8C | 0 | 47 | 2C | 2 | 151 | 5F | 3F |
| Octal | 372 | 110 | 214 | 0 | 107 | 54 | 2 | 521 | 137 | 77 |
| Binary | 11111010 | 1001000 | 10001100 | 0 | 1000111 | 101100 | 10 | 101010001 | 1011111 | 111111 |
Color Harmonies of #FA488C
Complementary color
Monochromatic Colors of #FA488C
Black with #FA488C
Text Example
Text Example
White with #FA488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA488C; }
p { color: rgb(250,72,140); }
H1.HeaderClassName
{
color: #FA488C;
}
.AnyTagClassName
{
color: #FA488C;
}
</style>
background-color css
<style>
a { background-color: #FA488C; }
a { background-color: rgb(250,72,140); }
div.DivClassName
{
background-color: #FA488C;
}
.BgClassName
{
background-color: #FA488C;
}
</style>
border-color css
<style>
span { border-color: #FA488C; }
span { border-color: rgb(250,72,140); }
td.TdClassName
{
border-color: #FA488C;
}
.TagClassName
{
border-color: #FA488C;
}
</style>