Shades of Violet Red #F9457D
Tints of Violet Red #F9457D
RGB
CMYK
RGB Variations
Color information
#F9457D (or 0xF9457D) is known color: Violet Red. HEX triplet: F9, 45 and 7D. RGB value is (249,69,125). Sum of RGB (Red+Green+Blue) = 249+69+125=443 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.21% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 249 - color contains mainly: red. Hex color #F9457D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9457D is #06BA82. Grayscale: #818181. Windows color (decimal): -440963 or 8209913. OLE color: 8209913.
HSL color Cylindrical-coordinate representation of color #F9457D: hue angle of 341.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F9457D is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 125 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.02 |
| HSL | 341.33º | 0.94% | 0.62% | - |
| HSV(B) | 341.33º | 0.72% | 0.98% | - |
| XYZ | 44.9 | 25.88 | 22.03 | - |
| YUV | 129.2 | 125.63 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 125 | 0 | 0.72 | 0.50 | 0.02 | 341.33 | 0.94 | 0.62 |
| Hex | F9 | 45 | 7D | 0 | 48 | 32 | 2 | 155 | 5E | 3E |
| Octal | 371 | 105 | 175 | 0 | 110 | 62 | 2 | 525 | 136 | 76 |
| Binary | 11111001 | 1000101 | 1111101 | 0 | 1001000 | 110010 | 10 | 101010101 | 1011110 | 111110 |
Color Harmonies of #F9457D
Complementary color
Monochromatic Colors of #F9457D
Black with #F9457D
Text Example
Text Example
White with #F9457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9457D; }
p { color: rgb(249,69,125); }
H1.HeaderClassName
{
color: #F9457D;
}
.AnyTagClassName
{
color: #F9457D;
}
</style>
background-color css
<style>
a { background-color: #F9457D; }
a { background-color: rgb(249,69,125); }
div.DivClassName
{
background-color: #F9457D;
}
.BgClassName
{
background-color: #F9457D;
}
</style>
border-color css
<style>
span { border-color: #F9457D; }
span { border-color: rgb(249,69,125); }
td.TdClassName
{
border-color: #F9457D;
}
.TagClassName
{
border-color: #F9457D;
}
</style>