Shades of Violet Red #F9459A
Tints of Violet Red #F9459A
RGB
CMYK
RGB Variations
Color information
#F9459A (or 0xF9459A) is known color: Violet Red. HEX triplet: F9, 45 and 9A. RGB value is (249,69,154). Sum of RGB (Red+Green+Blue) = 249+69+154=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F9459A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9459A is #06BA65. Grayscale: #848484. Windows color (decimal): -440934 or 10110457. OLE color: 10110457.
HSL color Cylindrical-coordinate representation of color #F9459A: hue angle of 331.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F9459A is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 154 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.02 |
| HSL | 331.67º | 0.94% | 0.62% | - |
| HSV(B) | 331.67º | 0.72% | 0.98% | - |
| XYZ | 47.03 | 26.73 | 33.25 | - |
| YUV | 132.51 | 140.13 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 154 | 0 | 0.72 | 0.38 | 0.02 | 331.67 | 0.94 | 0.62 |
| Hex | F9 | 45 | 9A | 0 | 48 | 26 | 2 | 14C | 5E | 3E |
| Octal | 371 | 105 | 232 | 0 | 110 | 46 | 2 | 514 | 136 | 76 |
| Binary | 11111001 | 1000101 | 10011010 | 0 | 1001000 | 100110 | 10 | 101001100 | 1011110 | 111110 |
Color Harmonies of #F9459A
Complementary color
Monochromatic Colors of #F9459A
Black with #F9459A
Text Example
Text Example
White with #F9459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9459A; }
p { color: rgb(249,69,154); }
H1.HeaderClassName
{
color: #F9459A;
}
.AnyTagClassName
{
color: #F9459A;
}
</style>
background-color css
<style>
a { background-color: #F9459A; }
a { background-color: rgb(249,69,154); }
div.DivClassName
{
background-color: #F9459A;
}
.BgClassName
{
background-color: #F9459A;
}
</style>
border-color css
<style>
span { border-color: #F9459A; }
span { border-color: rgb(249,69,154); }
td.TdClassName
{
border-color: #F9459A;
}
.TagClassName
{
border-color: #F9459A;
}
</style>