Shades of Violet Red #FA3F90
Tints of Violet Red #FA3F90
RGB
CMYK
RGB Variations
Color information
#FA3F90 (or 0xFA3F90) is known color: Violet Red. HEX triplet: FA, 3F and 90. RGB value is (250,63,144). Sum of RGB (Red+Green+Blue) = 250+63+144=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3F90 is #05C06F. Grayscale: #808080. Windows color (decimal): -376944 or 9453562. OLE color: 9453562.
HSL color Cylindrical-coordinate representation of color #FA3F90: hue angle of 334.01º 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 #FA3F90 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 63 | 144 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.02 |
| HSL | 334.01º | 0.95% | 0.61% | - |
| HSV(B) | 334.01º | 0.75% | 0.98% | - |
| XYZ | 46.24 | 25.89 | 28.95 | - |
| YUV | 128.15 | 136.95 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 63 | 144 | 0 | 0.75 | 0.42 | 0.02 | 334.01 | 0.95 | 0.61 |
| Hex | FA | 3F | 90 | 0 | 4B | 2A | 2 | 14E | 5F | 3D |
| Octal | 372 | 77 | 220 | 0 | 113 | 52 | 2 | 516 | 137 | 75 |
| Binary | 11111010 | 111111 | 10010000 | 0 | 1001011 | 101010 | 10 | 101001110 | 1011111 | 111101 |
Color Harmonies of #FA3F90
Complementary color
Monochromatic Colors of #FA3F90
Black with #FA3F90
Text Example
Text Example
White with #FA3F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3F90; }
p { color: rgb(250,63,144); }
H1.HeaderClassName
{
color: #FA3F90;
}
.AnyTagClassName
{
color: #FA3F90;
}
</style>
background-color css
<style>
a { background-color: #FA3F90; }
a { background-color: rgb(250,63,144); }
div.DivClassName
{
background-color: #FA3F90;
}
.BgClassName
{
background-color: #FA3F90;
}
</style>
border-color css
<style>
span { border-color: #FA3F90; }
span { border-color: rgb(250,63,144); }
td.TdClassName
{
border-color: #FA3F90;
}
.TagClassName
{
border-color: #FA3F90;
}
</style>