Shades of Violet Red #F9488E
Tints of Violet Red #F9488E
RGB
CMYK
RGB Variations
Color information
#F9488E (or 0xF9488E) is known color: Violet Red. HEX triplet: F9, 48 and 8E. RGB value is (249,72,142). Sum of RGB (Red+Green+Blue) = 249+72+142=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F9488E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9488E is #06B771. Grayscale: #848484. Windows color (decimal): -440178 or 9324793. OLE color: 9324793.
HSL color Cylindrical-coordinate representation of color #F9488E: hue angle of 336.27º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F9488E is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 142 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.02 |
| HSL | 336.27º | 0.94% | 0.63% | - |
| HSV(B) | 336.27º | 0.71% | 0.98% | - |
| XYZ | 46.27 | 26.73 | 28.31 | - |
| YUV | 132.9 | 133.14 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 142 | 0 | 0.71 | 0.43 | 0.02 | 336.27 | 0.94 | 0.63 |
| Hex | F9 | 48 | 8E | 0 | 47 | 2B | 2 | 150 | 5E | 3F |
| Octal | 371 | 110 | 216 | 0 | 107 | 53 | 2 | 520 | 136 | 77 |
| Binary | 11111001 | 1001000 | 10001110 | 0 | 1000111 | 101011 | 10 | 101010000 | 1011110 | 111111 |
Color Harmonies of #F9488E
Complementary color
Monochromatic Colors of #F9488E
Black with #F9488E
Text Example
Text Example
White with #F9488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9488E; }
p { color: rgb(249,72,142); }
H1.HeaderClassName
{
color: #F9488E;
}
.AnyTagClassName
{
color: #F9488E;
}
</style>
background-color css
<style>
a { background-color: #F9488E; }
a { background-color: rgb(249,72,142); }
div.DivClassName
{
background-color: #F9488E;
}
.BgClassName
{
background-color: #F9488E;
}
</style>
border-color css
<style>
span { border-color: #F9488E; }
span { border-color: rgb(249,72,142); }
td.TdClassName
{
border-color: #F9488E;
}
.TagClassName
{
border-color: #F9488E;
}
</style>