Shades of Violet Red #FA4185
Tints of Violet Red #FA4185
RGB
CMYK
RGB Variations
Color information
#FA4185 (or 0xFA4185) is known color: Violet Red. HEX triplet: FA, 41 and 85. RGB value is (250,65,133). Sum of RGB (Red+Green+Blue) = 250+65+133=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4185 is #05BE7A. Grayscale: #7F7F7F. Windows color (decimal): -376443 or 8733178. OLE color: 8733178.
HSL color Cylindrical-coordinate representation of color #FA4185: hue angle of 337.95º 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 #FA4185 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 133 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.02 |
| HSL | 337.95º | 0.95% | 0.62% | - |
| HSV(B) | 337.95º | 0.74% | 0.98% | - |
| XYZ | 45.55 | 25.8 | 24.77 | - |
| YUV | 128.07 | 130.79 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 133 | 0 | 0.74 | 0.47 | 0.02 | 337.95 | 0.95 | 0.62 |
| Hex | FA | 41 | 85 | 0 | 4A | 2F | 2 | 152 | 5F | 3E |
| Octal | 372 | 101 | 205 | 0 | 112 | 57 | 2 | 522 | 137 | 76 |
| Binary | 11111010 | 1000001 | 10000101 | 0 | 1001010 | 101111 | 10 | 101010010 | 1011111 | 111110 |
Color Harmonies of #FA4185
Complementary color
Monochromatic Colors of #FA4185
Black with #FA4185
Text Example
Text Example
White with #FA4185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4185; }
p { color: rgb(250,65,133); }
H1.HeaderClassName
{
color: #FA4185;
}
.AnyTagClassName
{
color: #FA4185;
}
</style>
background-color css
<style>
a { background-color: #FA4185; }
a { background-color: rgb(250,65,133); }
div.DivClassName
{
background-color: #FA4185;
}
.BgClassName
{
background-color: #FA4185;
}
</style>
border-color css
<style>
span { border-color: #FA4185; }
span { border-color: rgb(250,65,133); }
td.TdClassName
{
border-color: #FA4185;
}
.TagClassName
{
border-color: #FA4185;
}
</style>