Shades of Violet Red #FA4183
Tints of Violet Red #FA4183
RGB
CMYK
RGB Variations
Color information
#FA4183 (or 0xFA4183) is known color: Violet Red. HEX triplet: FA, 41 and 83. RGB value is (250,65,131). Sum of RGB (Red+Green+Blue) = 250+65+131=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4183 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4183 is #05BE7C. Grayscale: #7F7F7F. Windows color (decimal): -376445 or 8602106. OLE color: 8602106.
HSL color Cylindrical-coordinate representation of color #FA4183: hue angle of 338.59º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA4183 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 131 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.02 |
| HSL | 338.59º | 0.95% | 0.62% | - |
| HSV(B) | 338.59º | 0.74% | 0.98% | - |
| XYZ | 45.41 | 25.74 | 24.05 | - |
| YUV | 127.84 | 129.79 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 131 | 0 | 0.74 | 0.48 | 0.02 | 338.59 | 0.95 | 0.62 |
| Hex | FA | 41 | 83 | 0 | 4A | 30 | 2 | 153 | 5F | 3E |
| Octal | 372 | 101 | 203 | 0 | 112 | 60 | 2 | 523 | 137 | 76 |
| Binary | 11111010 | 1000001 | 10000011 | 0 | 1001010 | 110000 | 10 | 101010011 | 1011111 | 111110 |
Color Harmonies of #FA4183
Complementary color
Monochromatic Colors of #FA4183
Black with #FA4183
Text Example
Text Example
White with #FA4183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4183; }
p { color: rgb(250,65,131); }
H1.HeaderClassName
{
color: #FA4183;
}
.AnyTagClassName
{
color: #FA4183;
}
</style>
background-color css
<style>
a { background-color: #FA4183; }
a { background-color: rgb(250,65,131); }
div.DivClassName
{
background-color: #FA4183;
}
.BgClassName
{
background-color: #FA4183;
}
</style>
border-color css
<style>
span { border-color: #FA4183; }
span { border-color: rgb(250,65,131); }
td.TdClassName
{
border-color: #FA4183;
}
.TagClassName
{
border-color: #FA4183;
}
</style>