Shades of Violet Red #F9488B
Tints of Violet Red #F9488B
RGB
CMYK
RGB Variations
Color information
#F9488B (or 0xF9488B) is known color: Violet Red. HEX triplet: F9, 48 and 8B. RGB value is (249,72,139). Sum of RGB (Red+Green+Blue) = 249+72+139=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F9488B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9488B is #06B774. Grayscale: #848484. Windows color (decimal): -440181 or 9128185. OLE color: 9128185.
HSL color Cylindrical-coordinate representation of color #F9488B: hue angle of 337.29º 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 #F9488B is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 139 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.02 |
| HSL | 337.29º | 0.94% | 0.63% | - |
| HSV(B) | 337.29º | 0.71% | 0.98% | - |
| XYZ | 46.04 | 26.64 | 27.14 | - |
| YUV | 132.56 | 131.64 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 139 | 0 | 0.71 | 0.44 | 0.02 | 337.29 | 0.94 | 0.63 |
| Hex | F9 | 48 | 8B | 0 | 47 | 2C | 2 | 151 | 5E | 3F |
| Octal | 371 | 110 | 213 | 0 | 107 | 54 | 2 | 521 | 136 | 77 |
| Binary | 11111001 | 1001000 | 10001011 | 0 | 1000111 | 101100 | 10 | 101010001 | 1011110 | 111111 |
Color Harmonies of #F9488B
Complementary color
Monochromatic Colors of #F9488B
Black with #F9488B
Text Example
Text Example
White with #F9488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9488B; }
p { color: rgb(249,72,139); }
H1.HeaderClassName
{
color: #F9488B;
}
.AnyTagClassName
{
color: #F9488B;
}
</style>
background-color css
<style>
a { background-color: #F9488B; }
a { background-color: rgb(249,72,139); }
div.DivClassName
{
background-color: #F9488B;
}
.BgClassName
{
background-color: #F9488B;
}
</style>
border-color css
<style>
span { border-color: #F9488B; }
span { border-color: rgb(249,72,139); }
td.TdClassName
{
border-color: #F9488B;
}
.TagClassName
{
border-color: #F9488B;
}
</style>