Shades of Violet Red #FA418A
Tints of Violet Red #FA418A
RGB
CMYK
RGB Variations
Color information
#FA418A (or 0xFA418A) is known color: Violet Red. HEX triplet: FA, 41 and 8A. RGB value is (250,65,138). Sum of RGB (Red+Green+Blue) = 250+65+138=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA418A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA418A is #05BE75. Grayscale: #808080. Windows color (decimal): -376438 or 9060858. OLE color: 9060858.
HSL color Cylindrical-coordinate representation of color #FA418A: hue angle of 336.32º 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 #FA418A is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 138 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.02 |
| HSL | 336.32º | 0.95% | 0.62% | - |
| HSV(B) | 336.32º | 0.74% | 0.98% | - |
| XYZ | 45.9 | 25.94 | 26.63 | - |
| YUV | 128.64 | 133.29 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 138 | 0 | 0.74 | 0.45 | 0.02 | 336.32 | 0.95 | 0.62 |
| Hex | FA | 41 | 8A | 0 | 4A | 2D | 2 | 150 | 5F | 3E |
| Octal | 372 | 101 | 212 | 0 | 112 | 55 | 2 | 520 | 137 | 76 |
| Binary | 11111010 | 1000001 | 10001010 | 0 | 1001010 | 101101 | 10 | 101010000 | 1011111 | 111110 |
Color Harmonies of #FA418A
Complementary color
Monochromatic Colors of #FA418A
Black with #FA418A
Text Example
Text Example
White with #FA418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA418A; }
p { color: rgb(250,65,138); }
H1.HeaderClassName
{
color: #FA418A;
}
.AnyTagClassName
{
color: #FA418A;
}
</style>
background-color css
<style>
a { background-color: #FA418A; }
a { background-color: rgb(250,65,138); }
div.DivClassName
{
background-color: #FA418A;
}
.BgClassName
{
background-color: #FA418A;
}
</style>
border-color css
<style>
span { border-color: #FA418A; }
span { border-color: rgb(250,65,138); }
td.TdClassName
{
border-color: #FA418A;
}
.TagClassName
{
border-color: #FA418A;
}
</style>