Shades of Violet Red #FA4274
Tints of Violet Red #FA4274
RGB
CMYK
RGB Variations
Color information
#FA4274 (or 0xFA4274) is known color: Violet Red. HEX triplet: FA, 42 and 74. RGB value is (250,66,116). Sum of RGB (Red+Green+Blue) = 250+66+116=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4274 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4274 is #05BD8B. Grayscale: #7E7E7E. Windows color (decimal): -376204 or 7619322. OLE color: 7619322.
HSL color Cylindrical-coordinate representation of color #FA4274: hue angle of 343.7º 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 #FA4274 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 116 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.02 |
| HSL | 343.7º | 0.95% | 0.62% | - |
| HSV(B) | 343.7º | 0.74% | 0.98% | - |
| XYZ | 44.52 | 25.48 | 19.09 | - |
| YUV | 126.72 | 121.96 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 116 | 0 | 0.74 | 0.54 | 0.02 | 343.7 | 0.95 | 0.62 |
| Hex | FA | 42 | 74 | 0 | 4A | 36 | 2 | 158 | 5F | 3E |
| Octal | 372 | 102 | 164 | 0 | 112 | 66 | 2 | 530 | 137 | 76 |
| Binary | 11111010 | 1000010 | 1110100 | 0 | 1001010 | 110110 | 10 | 101011000 | 1011111 | 111110 |
Color Harmonies of #FA4274
Complementary color
Monochromatic Colors of #FA4274
Black with #FA4274
Text Example
Text Example
White with #FA4274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4274; }
p { color: rgb(250,66,116); }
H1.HeaderClassName
{
color: #FA4274;
}
.AnyTagClassName
{
color: #FA4274;
}
</style>
background-color css
<style>
a { background-color: #FA4274; }
a { background-color: rgb(250,66,116); }
div.DivClassName
{
background-color: #FA4274;
}
.BgClassName
{
background-color: #FA4274;
}
</style>
border-color css
<style>
span { border-color: #FA4274; }
span { border-color: rgb(250,66,116); }
td.TdClassName
{
border-color: #FA4274;
}
.TagClassName
{
border-color: #FA4274;
}
</style>