Shades of Violet Red #F2489B
Tints of Violet Red #F2489B
RGB
CMYK
RGB Variations
Color information
#F2489B (or 0xF2489B) is known color: Violet Red. HEX triplet: F2, 48 and 9B. RGB value is (242,72,155). Sum of RGB (Red+Green+Blue) = 242+72+155=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2489B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2489B is #0DB764. Grayscale: #848484. Windows color (decimal): -898917 or 10176754. OLE color: 10176754.
HSL color Cylindrical-coordinate representation of color #F2489B: hue angle of 330.71º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2489B is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 155 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.05 |
| HSL | 330.71º | 0.87% | 0.62% | - |
| HSV(B) | 330.71º | 0.7% | 0.95% | - |
| XYZ | 44.85 | 25.88 | 33.64 | - |
| YUV | 132.29 | 140.82 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 155 | 0 | 0.70 | 0.36 | 0.05 | 330.71 | 0.87 | 0.62 |
| Hex | F2 | 48 | 9B | 0 | 46 | 24 | 5 | 14B | 57 | 3E |
| Octal | 362 | 110 | 233 | 0 | 106 | 44 | 5 | 513 | 127 | 76 |
| Binary | 11110010 | 1001000 | 10011011 | 0 | 1000110 | 100100 | 101 | 101001011 | 1010111 | 111110 |
Color Harmonies of #F2489B
Complementary color
Monochromatic Colors of #F2489B
Black with #F2489B
Text Example
Text Example
White with #F2489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2489B; }
p { color: rgb(242,72,155); }
H1.HeaderClassName
{
color: #F2489B;
}
.AnyTagClassName
{
color: #F2489B;
}
</style>
background-color css
<style>
a { background-color: #F2489B; }
a { background-color: rgb(242,72,155); }
div.DivClassName
{
background-color: #F2489B;
}
.BgClassName
{
background-color: #F2489B;
}
</style>
border-color css
<style>
span { border-color: #F2489B; }
span { border-color: rgb(242,72,155); }
td.TdClassName
{
border-color: #F2489B;
}
.TagClassName
{
border-color: #F2489B;
}
</style>