Shades of Violet Red #F9417D
Tints of Violet Red #F9417D
RGB
CMYK
RGB Variations
Color information
#F9417D (or 0xF9417D) is known color: Violet Red. HEX triplet: F9, 41 and 7D. RGB value is (249,65,125). Sum of RGB (Red+Green+Blue) = 249+65+125=439 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.72% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 249 - color contains mainly: red. Hex color #F9417D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9417D is #06BE82. Grayscale: #7E7E7E. Windows color (decimal): -441987 or 8208889. OLE color: 8208889.
HSL color Cylindrical-coordinate representation of color #F9417D: hue angle of 340.43º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9417D is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 125 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.02 |
| HSL | 340.43º | 0.94% | 0.62% | - |
| HSV(B) | 340.43º | 0.74% | 0.98% | - |
| XYZ | 44.66 | 25.4 | 21.95 | - |
| YUV | 126.86 | 126.96 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 125 | 0 | 0.74 | 0.50 | 0.02 | 340.43 | 0.94 | 0.62 |
| Hex | F9 | 41 | 7D | 0 | 4A | 32 | 2 | 154 | 5E | 3E |
| Octal | 371 | 101 | 175 | 0 | 112 | 62 | 2 | 524 | 136 | 76 |
| Binary | 11111001 | 1000001 | 1111101 | 0 | 1001010 | 110010 | 10 | 101010100 | 1011110 | 111110 |
Color Harmonies of #F9417D
Complementary color
Monochromatic Colors of #F9417D
Black with #F9417D
Text Example
Text Example
White with #F9417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9417D; }
p { color: rgb(249,65,125); }
H1.HeaderClassName
{
color: #F9417D;
}
.AnyTagClassName
{
color: #F9417D;
}
</style>
background-color css
<style>
a { background-color: #F9417D; }
a { background-color: rgb(249,65,125); }
div.DivClassName
{
background-color: #F9417D;
}
.BgClassName
{
background-color: #F9417D;
}
</style>
border-color css
<style>
span { border-color: #F9417D; }
span { border-color: rgb(249,65,125); }
td.TdClassName
{
border-color: #F9417D;
}
.TagClassName
{
border-color: #F9417D;
}
</style>