Shades of Violet Red #FA418C
Tints of Violet Red #FA418C
RGB
CMYK
RGB Variations
Color information
#FA418C (or 0xFA418C) is known color: Violet Red. HEX triplet: FA, 41 and 8C. RGB value is (250,65,140). Sum of RGB (Red+Green+Blue) = 250+65+140=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA418C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA418C is #05BE73. Grayscale: #808080. Windows color (decimal): -376436 or 9191930. OLE color: 9191930.
HSL color Cylindrical-coordinate representation of color #FA418C: hue angle of 335.68º 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 #FA418C is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 140 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.02 |
| HSL | 335.68º | 0.95% | 0.62% | - |
| HSV(B) | 335.68º | 0.74% | 0.98% | - |
| XYZ | 46.05 | 26 | 27.4 | - |
| YUV | 128.87 | 134.29 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 140 | 0 | 0.74 | 0.44 | 0.02 | 335.68 | 0.95 | 0.62 |
| Hex | FA | 41 | 8C | 0 | 4A | 2C | 2 | 150 | 5F | 3E |
| Octal | 372 | 101 | 214 | 0 | 112 | 54 | 2 | 520 | 137 | 76 |
| Binary | 11111010 | 1000001 | 10001100 | 0 | 1001010 | 101100 | 10 | 101010000 | 1011111 | 111110 |
Color Harmonies of #FA418C
Complementary color
Monochromatic Colors of #FA418C
Black with #FA418C
Text Example
Text Example
White with #FA418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA418C; }
p { color: rgb(250,65,140); }
H1.HeaderClassName
{
color: #FA418C;
}
.AnyTagClassName
{
color: #FA418C;
}
</style>
background-color css
<style>
a { background-color: #FA418C; }
a { background-color: rgb(250,65,140); }
div.DivClassName
{
background-color: #FA418C;
}
.BgClassName
{
background-color: #FA418C;
}
</style>
border-color css
<style>
span { border-color: #FA418C; }
span { border-color: rgb(250,65,140); }
td.TdClassName
{
border-color: #FA418C;
}
.TagClassName
{
border-color: #FA418C;
}
</style>