Shades of Violet Red #F9397D
Tints of Violet Red #F9397D
RGB
CMYK
RGB Variations
Color information
#F9397D (or 0xF9397D) is known color: Violet Red. HEX triplet: F9, 39 and 7D. RGB value is (249,57,125). Sum of RGB (Red+Green+Blue) = 249+57+125=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F9397D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9397D is #06C682. Grayscale: #7A7A7A. Windows color (decimal): -444035 or 8206841. OLE color: 8206841.
HSL color Cylindrical-coordinate representation of color #F9397D: hue angle of 338.75º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9397D is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 57 | 125 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.02 |
| HSL | 338.75º | 0.94% | 0.6% | - |
| HSV(B) | 338.75º | 0.77% | 0.98% | - |
| XYZ | 44.23 | 24.55 | 21.81 | - |
| YUV | 122.16 | 129.61 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 57 | 125 | 0 | 0.77 | 0.50 | 0.02 | 338.75 | 0.94 | 0.6 |
| Hex | F9 | 39 | 7D | 0 | 4D | 32 | 2 | 153 | 5E | 3C |
| Octal | 371 | 71 | 175 | 0 | 115 | 62 | 2 | 523 | 136 | 74 |
| Binary | 11111001 | 111001 | 1111101 | 0 | 1001101 | 110010 | 10 | 101010011 | 1011110 | 111100 |
Color Harmonies of #F9397D
Complementary color
Monochromatic Colors of #F9397D
Black with #F9397D
Text Example
Text Example
White with #F9397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9397D; }
p { color: rgb(249,57,125); }
H1.HeaderClassName
{
color: #F9397D;
}
.AnyTagClassName
{
color: #F9397D;
}
</style>
background-color css
<style>
a { background-color: #F9397D; }
a { background-color: rgb(249,57,125); }
div.DivClassName
{
background-color: #F9397D;
}
.BgClassName
{
background-color: #F9397D;
}
</style>
border-color css
<style>
span { border-color: #F9397D; }
span { border-color: rgb(249,57,125); }
td.TdClassName
{
border-color: #F9397D;
}
.TagClassName
{
border-color: #F9397D;
}
</style>