Shades of Violet Red #FA3E8F
Tints of Violet Red #FA3E8F
RGB
CMYK
RGB Variations
Color information
#FA3E8F (or 0xFA3E8F) is known color: Violet Red. HEX triplet: FA, 3E and 8F. RGB value is (250,62,143). Sum of RGB (Red+Green+Blue) = 250+62+143=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3E8F is #05C170. Grayscale: #7F7F7F. Windows color (decimal): -377201 or 9387770. OLE color: 9387770.
HSL color Cylindrical-coordinate representation of color #FA3E8F: hue angle of 334.15º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA3E8F is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 62 | 143 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.02 |
| HSL | 334.15º | 0.95% | 0.61% | - |
| HSV(B) | 334.15º | 0.75% | 0.98% | - |
| XYZ | 46.1 | 25.75 | 28.53 | - |
| YUV | 127.45 | 136.78 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 62 | 143 | 0 | 0.75 | 0.43 | 0.02 | 334.15 | 0.95 | 0.61 |
| Hex | FA | 3E | 8F | 0 | 4B | 2B | 2 | 14E | 5F | 3D |
| Octal | 372 | 76 | 217 | 0 | 113 | 53 | 2 | 516 | 137 | 75 |
| Binary | 11111010 | 111110 | 10001111 | 0 | 1001011 | 101011 | 10 | 101001110 | 1011111 | 111101 |
Color Harmonies of #FA3E8F
Complementary color
Monochromatic Colors of #FA3E8F
Black with #FA3E8F
Text Example
Text Example
White with #FA3E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3E8F; }
p { color: rgb(250,62,143); }
H1.HeaderClassName
{
color: #FA3E8F;
}
.AnyTagClassName
{
color: #FA3E8F;
}
</style>
background-color css
<style>
a { background-color: #FA3E8F; }
a { background-color: rgb(250,62,143); }
div.DivClassName
{
background-color: #FA3E8F;
}
.BgClassName
{
background-color: #FA3E8F;
}
</style>
border-color css
<style>
span { border-color: #FA3E8F; }
span { border-color: rgb(250,62,143); }
td.TdClassName
{
border-color: #FA3E8F;
}
.TagClassName
{
border-color: #FA3E8F;
}
</style>