Shades of Violet Red #FA377B
Tints of Violet Red #FA377B
RGB
CMYK
RGB Variations
Color information
#FA377B (or 0xFA377B) is known color: Violet Red. HEX triplet: FA, 37 and 7B. RGB value is (250,55,123). Sum of RGB (Red+Green+Blue) = 250+55+123=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 55 (21.88% from 255 or 12.85% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA377B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA377B is #05C884. Grayscale: #787878. Windows color (decimal): -379013 or 8075258. OLE color: 8075258.
HSL color Cylindrical-coordinate representation of color #FA377B: hue angle of 339.08º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA377B is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 123 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.02 |
| HSL | 339.08º | 0.95% | 0.6% | - |
| HSV(B) | 339.08º | 0.78% | 0.98% | - |
| XYZ | 44.37 | 24.49 | 21.13 | - |
| YUV | 121.06 | 129.1 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 123 | 0 | 0.78 | 0.51 | 0.02 | 339.08 | 0.95 | 0.6 |
| Hex | FA | 37 | 7B | 0 | 4E | 33 | 2 | 153 | 5F | 3C |
| Octal | 372 | 67 | 173 | 0 | 116 | 63 | 2 | 523 | 137 | 74 |
| Binary | 11111010 | 110111 | 1111011 | 0 | 1001110 | 110011 | 10 | 101010011 | 1011111 | 111100 |
Color Harmonies of #FA377B
Complementary color
Monochromatic Colors of #FA377B
Black with #FA377B
Text Example
Text Example
White with #FA377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA377B; }
p { color: rgb(250,55,123); }
H1.HeaderClassName
{
color: #FA377B;
}
.AnyTagClassName
{
color: #FA377B;
}
</style>
background-color css
<style>
a { background-color: #FA377B; }
a { background-color: rgb(250,55,123); }
div.DivClassName
{
background-color: #FA377B;
}
.BgClassName
{
background-color: #FA377B;
}
</style>
border-color css
<style>
span { border-color: #FA377B; }
span { border-color: rgb(250,55,123); }
td.TdClassName
{
border-color: #FA377B;
}
.TagClassName
{
border-color: #FA377B;
}
</style>