Shades of Violet Red #FA4376
Tints of Violet Red #FA4376
RGB
CMYK
RGB Variations
Color information
#FA4376 (or 0xFA4376) is known color: Violet Red. HEX triplet: FA, 43 and 76. RGB value is (250,67,118). Sum of RGB (Red+Green+Blue) = 250+67+118=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4376 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4376 is #05BC89. Grayscale: #7F7F7F. Windows color (decimal): -375946 or 7750650. OLE color: 7750650.
HSL color Cylindrical-coordinate representation of color #FA4376: hue angle of 343.28º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA4376 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 118 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.02 |
| HSL | 343.28º | 0.95% | 0.62% | - |
| HSV(B) | 343.28º | 0.73% | 0.98% | - |
| XYZ | 44.7 | 25.65 | 19.73 | - |
| YUV | 127.53 | 122.63 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 118 | 0 | 0.73 | 0.53 | 0.02 | 343.28 | 0.95 | 0.62 |
| Hex | FA | 43 | 76 | 0 | 49 | 35 | 2 | 157 | 5F | 3E |
| Octal | 372 | 103 | 166 | 0 | 111 | 65 | 2 | 527 | 137 | 76 |
| Binary | 11111010 | 1000011 | 1110110 | 0 | 1001001 | 110101 | 10 | 101010111 | 1011111 | 111110 |
Color Harmonies of #FA4376
Complementary color
Monochromatic Colors of #FA4376
Black with #FA4376
Text Example
Text Example
White with #FA4376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4376; }
p { color: rgb(250,67,118); }
H1.HeaderClassName
{
color: #FA4376;
}
.AnyTagClassName
{
color: #FA4376;
}
</style>
background-color css
<style>
a { background-color: #FA4376; }
a { background-color: rgb(250,67,118); }
div.DivClassName
{
background-color: #FA4376;
}
.BgClassName
{
background-color: #FA4376;
}
</style>
border-color css
<style>
span { border-color: #FA4376; }
span { border-color: rgb(250,67,118); }
td.TdClassName
{
border-color: #FA4376;
}
.TagClassName
{
border-color: #FA4376;
}
</style>