Shades of Violet Red #F9488A
Tints of Violet Red #F9488A
RGB
CMYK
RGB Variations
Color information
#F9488A (or 0xF9488A) is known color: Violet Red. HEX triplet: F9, 48 and 8A. RGB value is (249,72,138). Sum of RGB (Red+Green+Blue) = 249+72+138=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F9488A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9488A is #06B775. Grayscale: #848484. Windows color (decimal): -440182 or 9062649. OLE color: 9062649.
HSL color Cylindrical-coordinate representation of color #F9488A: hue angle of 337.63º 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 #F9488A is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 138 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.02 |
| HSL | 337.63º | 0.94% | 0.63% | - |
| HSV(B) | 337.63º | 0.71% | 0.98% | - |
| XYZ | 45.97 | 26.61 | 26.76 | - |
| YUV | 132.45 | 131.14 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 138 | 0 | 0.71 | 0.45 | 0.02 | 337.63 | 0.94 | 0.63 |
| Hex | F9 | 48 | 8A | 0 | 47 | 2D | 2 | 152 | 5E | 3F |
| Octal | 371 | 110 | 212 | 0 | 107 | 55 | 2 | 522 | 136 | 77 |
| Binary | 11111001 | 1001000 | 10001010 | 0 | 1000111 | 101101 | 10 | 101010010 | 1011110 | 111111 |
Color Harmonies of #F9488A
Complementary color
Monochromatic Colors of #F9488A
Black with #F9488A
Text Example
Text Example
White with #F9488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9488A; }
p { color: rgb(249,72,138); }
H1.HeaderClassName
{
color: #F9488A;
}
.AnyTagClassName
{
color: #F9488A;
}
</style>
background-color css
<style>
a { background-color: #F9488A; }
a { background-color: rgb(249,72,138); }
div.DivClassName
{
background-color: #F9488A;
}
.BgClassName
{
background-color: #F9488A;
}
</style>
border-color css
<style>
span { border-color: #F9488A; }
span { border-color: rgb(249,72,138); }
td.TdClassName
{
border-color: #F9488A;
}
.TagClassName
{
border-color: #F9488A;
}
</style>