Shades of Violet Red #FA417F
Tints of Violet Red #FA417F
RGB
CMYK
RGB Variations
Color information
#FA417F (or 0xFA417F) is known color: Violet Red. HEX triplet: FA, 41 and 7F. RGB value is (250,65,127). Sum of RGB (Red+Green+Blue) = 250+65+127=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA417F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA417F is #05BE80. Grayscale: #7F7F7F. Windows color (decimal): -376449 or 8339962. OLE color: 8339962.
HSL color Cylindrical-coordinate representation of color #FA417F: hue angle of 339.89º 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 #FA417F is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 127 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.02 |
| HSL | 339.89º | 0.95% | 0.62% | - |
| HSV(B) | 339.89º | 0.74% | 0.98% | - |
| XYZ | 45.15 | 25.64 | 22.65 | - |
| YUV | 127.38 | 127.79 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 127 | 0 | 0.74 | 0.49 | 0.02 | 339.89 | 0.95 | 0.62 |
| Hex | FA | 41 | 7F | 0 | 4A | 31 | 2 | 154 | 5F | 3E |
| Octal | 372 | 101 | 177 | 0 | 112 | 61 | 2 | 524 | 137 | 76 |
| Binary | 11111010 | 1000001 | 1111111 | 0 | 1001010 | 110001 | 10 | 101010100 | 1011111 | 111110 |
Color Harmonies of #FA417F
Complementary color
Monochromatic Colors of #FA417F
Black with #FA417F
Text Example
Text Example
White with #FA417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA417F; }
p { color: rgb(250,65,127); }
H1.HeaderClassName
{
color: #FA417F;
}
.AnyTagClassName
{
color: #FA417F;
}
</style>
background-color css
<style>
a { background-color: #FA417F; }
a { background-color: rgb(250,65,127); }
div.DivClassName
{
background-color: #FA417F;
}
.BgClassName
{
background-color: #FA417F;
}
</style>
border-color css
<style>
span { border-color: #FA417F; }
span { border-color: rgb(250,65,127); }
td.TdClassName
{
border-color: #FA417F;
}
.TagClassName
{
border-color: #FA417F;
}
</style>