Shades of Violet Red #FA458D
Tints of Violet Red #FA458D
RGB
CMYK
RGB Variations
Color information
#FA458D (or 0xFA458D) is known color: Violet Red. HEX triplet: FA, 45 and 8D. RGB value is (250,69,141). Sum of RGB (Red+Green+Blue) = 250+69+141=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA458D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA458D is #05BA72. Grayscale: #838383. Windows color (decimal): -375411 or 9258490. OLE color: 9258490.
HSL color Cylindrical-coordinate representation of color #FA458D: hue angle of 336.13º 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 #FA458D is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 69 | 141 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.02 |
| HSL | 336.13º | 0.95% | 0.63% | - |
| HSV(B) | 336.13º | 0.72% | 0.98% | - |
| XYZ | 46.36 | 26.5 | 27.87 | - |
| YUV | 131.33 | 133.47 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 69 | 141 | 0 | 0.72 | 0.44 | 0.02 | 336.13 | 0.95 | 0.63 |
| Hex | FA | 45 | 8D | 0 | 48 | 2C | 2 | 150 | 5F | 3F |
| Octal | 372 | 105 | 215 | 0 | 110 | 54 | 2 | 520 | 137 | 77 |
| Binary | 11111010 | 1000101 | 10001101 | 0 | 1001000 | 101100 | 10 | 101010000 | 1011111 | 111111 |
Color Harmonies of #FA458D
Complementary color
Monochromatic Colors of #FA458D
Black with #FA458D
Text Example
Text Example
White with #FA458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA458D; }
p { color: rgb(250,69,141); }
H1.HeaderClassName
{
color: #FA458D;
}
.AnyTagClassName
{
color: #FA458D;
}
</style>
background-color css
<style>
a { background-color: #FA458D; }
a { background-color: rgb(250,69,141); }
div.DivClassName
{
background-color: #FA458D;
}
.BgClassName
{
background-color: #FA458D;
}
</style>
border-color css
<style>
span { border-color: #FA458D; }
span { border-color: rgb(250,69,141); }
td.TdClassName
{
border-color: #FA458D;
}
.TagClassName
{
border-color: #FA458D;
}
</style>