Shades of Violet Red #FA457B
Tints of Violet Red #FA457B
RGB
CMYK
RGB Variations
Color information
#FA457B (or 0xFA457B) is known color: Violet Red. HEX triplet: FA, 45 and 7B. RGB value is (250,69,123). Sum of RGB (Red+Green+Blue) = 250+69+123=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA457B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA457B is #05BA84. Grayscale: #818181. Windows color (decimal): -375429 or 8078842. OLE color: 8078842.
HSL color Cylindrical-coordinate representation of color #FA457B: hue angle of 342.1º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA457B is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 69 | 123 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.02 |
| HSL | 342.1º | 0.95% | 0.63% | - |
| HSV(B) | 342.1º | 0.72% | 0.98% | - |
| XYZ | 45.13 | 26.01 | 21.38 | - |
| YUV | 129.28 | 124.47 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 69 | 123 | 0 | 0.72 | 0.51 | 0.02 | 342.1 | 0.95 | 0.63 |
| Hex | FA | 45 | 7B | 0 | 48 | 33 | 2 | 156 | 5F | 3F |
| Octal | 372 | 105 | 173 | 0 | 110 | 63 | 2 | 526 | 137 | 77 |
| Binary | 11111010 | 1000101 | 1111011 | 0 | 1001000 | 110011 | 10 | 101010110 | 1011111 | 111111 |
Color Harmonies of #FA457B
Complementary color
Monochromatic Colors of #FA457B
Black with #FA457B
Text Example
Text Example
White with #FA457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA457B; }
p { color: rgb(250,69,123); }
H1.HeaderClassName
{
color: #FA457B;
}
.AnyTagClassName
{
color: #FA457B;
}
</style>
background-color css
<style>
a { background-color: #FA457B; }
a { background-color: rgb(250,69,123); }
div.DivClassName
{
background-color: #FA457B;
}
.BgClassName
{
background-color: #FA457B;
}
</style>
border-color css
<style>
span { border-color: #FA457B; }
span { border-color: rgb(250,69,123); }
td.TdClassName
{
border-color: #FA457B;
}
.TagClassName
{
border-color: #FA457B;
}
</style>