Shades of Violet Red #FA4477
Tints of Violet Red #FA4477
RGB
CMYK
RGB Variations
Color information
#FA4477 (or 0xFA4477) is known color: Violet Red. HEX triplet: FA, 44 and 77. RGB value is (250,68,119). Sum of RGB (Red+Green+Blue) = 250+68+119=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4477 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4477 is #05BB88. Grayscale: #808080. Windows color (decimal): -375689 or 7816442. OLE color: 7816442.
HSL color Cylindrical-coordinate representation of color #FA4477: hue angle of 343.19º 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 #FA4477 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 119 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.02 |
| HSL | 343.19º | 0.95% | 0.62% | - |
| HSV(B) | 343.19º | 0.73% | 0.98% | - |
| XYZ | 44.82 | 25.79 | 20.07 | - |
| YUV | 128.23 | 122.8 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 119 | 0 | 0.73 | 0.52 | 0.02 | 343.19 | 0.95 | 0.62 |
| Hex | FA | 44 | 77 | 0 | 49 | 34 | 2 | 157 | 5F | 3E |
| Octal | 372 | 104 | 167 | 0 | 111 | 64 | 2 | 527 | 137 | 76 |
| Binary | 11111010 | 1000100 | 1110111 | 0 | 1001001 | 110100 | 10 | 101010111 | 1011111 | 111110 |
Color Harmonies of #FA4477
Complementary color
Monochromatic Colors of #FA4477
Black with #FA4477
Text Example
Text Example
White with #FA4477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4477; }
p { color: rgb(250,68,119); }
H1.HeaderClassName
{
color: #FA4477;
}
.AnyTagClassName
{
color: #FA4477;
}
</style>
background-color css
<style>
a { background-color: #FA4477; }
a { background-color: rgb(250,68,119); }
div.DivClassName
{
background-color: #FA4477;
}
.BgClassName
{
background-color: #FA4477;
}
</style>
border-color css
<style>
span { border-color: #FA4477; }
span { border-color: rgb(250,68,119); }
td.TdClassName
{
border-color: #FA4477;
}
.TagClassName
{
border-color: #FA4477;
}
</style>