Shades of Violet Red #FA2B7C
Tints of Violet Red #FA2B7C
RGB
CMYK
RGB Variations
Color information
#FA2B7C (or 0xFA2B7C) is known color: Violet Red. HEX triplet: FA, 2B and 7C. RGB value is (250,43,124). Sum of RGB (Red+Green+Blue) = 250+43+124=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2B7C is #05D483. Grayscale: #727272. Windows color (decimal): -382084 or 8137722. OLE color: 8137722.
HSL color Cylindrical-coordinate representation of color #FA2B7C: hue angle of 336.52º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2B7C is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 43 | 124 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.02 |
| HSL | 336.52º | 0.95% | 0.57% | - |
| HSV(B) | 336.52º | 0.83% | 0.98% | - |
| XYZ | 43.93 | 23.51 | 21.29 | - |
| YUV | 114.13 | 133.58 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 43 | 124 | 0 | 0.83 | 0.50 | 0.02 | 336.52 | 0.95 | 0.57 |
| Hex | FA | 2B | 7C | 0 | 53 | 32 | 2 | 151 | 5F | 39 |
| Octal | 372 | 53 | 174 | 0 | 123 | 62 | 2 | 521 | 137 | 71 |
| Binary | 11111010 | 101011 | 1111100 | 0 | 1010011 | 110010 | 10 | 101010001 | 1011111 | 111001 |
Color Harmonies of #FA2B7C
Complementary color
Monochromatic Colors of #FA2B7C
Black with #FA2B7C
Text Example
Text Example
White with #FA2B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2B7C; }
p { color: rgb(250,43,124); }
H1.HeaderClassName
{
color: #FA2B7C;
}
.AnyTagClassName
{
color: #FA2B7C;
}
</style>
background-color css
<style>
a { background-color: #FA2B7C; }
a { background-color: rgb(250,43,124); }
div.DivClassName
{
background-color: #FA2B7C;
}
.BgClassName
{
background-color: #FA2B7C;
}
</style>
border-color css
<style>
span { border-color: #FA2B7C; }
span { border-color: rgb(250,43,124); }
td.TdClassName
{
border-color: #FA2B7C;
}
.TagClassName
{
border-color: #FA2B7C;
}
</style>