Shades of Violet Red #F9408F
Tints of Violet Red #F9408F
RGB
CMYK
RGB Variations
Color information
#F9408F (or 0xF9408F) is known color: Violet Red. HEX triplet: F9, 40 and 8F. RGB value is (249,64,143). Sum of RGB (Red+Green+Blue) = 249+64+143=456 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.61% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 249 - color contains mainly: red. Hex color #F9408F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9408F is #06BF70. Grayscale: #808080. Windows color (decimal): -442225 or 9388281. OLE color: 9388281.
HSL color Cylindrical-coordinate representation of color #F9408F: hue angle of 334.38º 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 #F9408F is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 143 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.02 |
| HSL | 334.38º | 0.94% | 0.61% | - |
| HSV(B) | 334.38º | 0.74% | 0.98% | - |
| XYZ | 45.86 | 25.79 | 28.55 | - |
| YUV | 128.32 | 136.29 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 143 | 0 | 0.74 | 0.43 | 0.02 | 334.38 | 0.94 | 0.61 |
| Hex | F9 | 40 | 8F | 0 | 4A | 2B | 2 | 14E | 5E | 3D |
| Octal | 371 | 100 | 217 | 0 | 112 | 53 | 2 | 516 | 136 | 75 |
| Binary | 11111001 | 1000000 | 10001111 | 0 | 1001010 | 101011 | 10 | 101001110 | 1011110 | 111101 |
Color Harmonies of #F9408F
Complementary color
Monochromatic Colors of #F9408F
Black with #F9408F
Text Example
Text Example
White with #F9408F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9408F; }
p { color: rgb(249,64,143); }
H1.HeaderClassName
{
color: #F9408F;
}
.AnyTagClassName
{
color: #F9408F;
}
</style>
background-color css
<style>
a { background-color: #F9408F; }
a { background-color: rgb(249,64,143); }
div.DivClassName
{
background-color: #F9408F;
}
.BgClassName
{
background-color: #F9408F;
}
</style>
border-color css
<style>
span { border-color: #F9408F; }
span { border-color: rgb(249,64,143); }
td.TdClassName
{
border-color: #F9408F;
}
.TagClassName
{
border-color: #F9408F;
}
</style>