Shades of Violet Red #F9408D
Tints of Violet Red #F9408D
RGB
CMYK
RGB Variations
Color information
#F9408D (or 0xF9408D) is known color: Violet Red. HEX triplet: F9, 40 and 8D. RGB value is (249,64,141). Sum of RGB (Red+Green+Blue) = 249+64+141=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F9408D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9408D is #06BF72. Grayscale: #7F7F7F. Windows color (decimal): -442227 or 9257209. OLE color: 9257209.
HSL color Cylindrical-coordinate representation of color #F9408D: hue angle of 335.03º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9408D is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 141 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.02 |
| HSL | 335.03º | 0.94% | 0.61% | - |
| HSV(B) | 335.03º | 0.74% | 0.98% | - |
| XYZ | 45.71 | 25.73 | 27.76 | - |
| YUV | 128.09 | 135.29 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 141 | 0 | 0.74 | 0.43 | 0.02 | 335.03 | 0.94 | 0.61 |
| Hex | F9 | 40 | 8D | 0 | 4A | 2B | 2 | 14F | 5E | 3D |
| Octal | 371 | 100 | 215 | 0 | 112 | 53 | 2 | 517 | 136 | 75 |
| Binary | 11111001 | 1000000 | 10001101 | 0 | 1001010 | 101011 | 10 | 101001111 | 1011110 | 111101 |
Color Harmonies of #F9408D
Complementary color
Monochromatic Colors of #F9408D
Black with #F9408D
Text Example
Text Example
White with #F9408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9408D; }
p { color: rgb(249,64,141); }
H1.HeaderClassName
{
color: #F9408D;
}
.AnyTagClassName
{
color: #F9408D;
}
</style>
background-color css
<style>
a { background-color: #F9408D; }
a { background-color: rgb(249,64,141); }
div.DivClassName
{
background-color: #F9408D;
}
.BgClassName
{
background-color: #F9408D;
}
</style>
border-color css
<style>
span { border-color: #F9408D; }
span { border-color: rgb(249,64,141); }
td.TdClassName
{
border-color: #F9408D;
}
.TagClassName
{
border-color: #F9408D;
}
</style>