Shades of Violet Red #FA458F
Tints of Violet Red #FA458F
RGB
CMYK
RGB Variations
Color information
#FA458F (or 0xFA458F) is known color: Violet Red. HEX triplet: FA, 45 and 8F. RGB value is (250,69,143). Sum of RGB (Red+Green+Blue) = 250+69+143=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA458F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA458F is #05BA70. Grayscale: #838383. Windows color (decimal): -375409 or 9389562. OLE color: 9389562.
HSL color Cylindrical-coordinate representation of color #FA458F: hue angle of 335.47º 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 #FA458F is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 69 | 143 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.02 |
| HSL | 335.47º | 0.95% | 0.63% | - |
| HSV(B) | 335.47º | 0.72% | 0.98% | - |
| XYZ | 46.51 | 26.56 | 28.66 | - |
| YUV | 131.56 | 134.47 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 69 | 143 | 0 | 0.72 | 0.43 | 0.02 | 335.47 | 0.95 | 0.63 |
| Hex | FA | 45 | 8F | 0 | 48 | 2B | 2 | 14F | 5F | 3F |
| Octal | 372 | 105 | 217 | 0 | 110 | 53 | 2 | 517 | 137 | 77 |
| Binary | 11111010 | 1000101 | 10001111 | 0 | 1001000 | 101011 | 10 | 101001111 | 1011111 | 111111 |
Color Harmonies of #FA458F
Complementary color
Monochromatic Colors of #FA458F
Black with #FA458F
Text Example
Text Example
White with #FA458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA458F; }
p { color: rgb(250,69,143); }
H1.HeaderClassName
{
color: #FA458F;
}
.AnyTagClassName
{
color: #FA458F;
}
</style>
background-color css
<style>
a { background-color: #FA458F; }
a { background-color: rgb(250,69,143); }
div.DivClassName
{
background-color: #FA458F;
}
.BgClassName
{
background-color: #FA458F;
}
</style>
border-color css
<style>
span { border-color: #FA458F; }
span { border-color: rgb(250,69,143); }
td.TdClassName
{
border-color: #FA458F;
}
.TagClassName
{
border-color: #FA458F;
}
</style>