Shades of Violet Red #F9468A
Tints of Violet Red #F9468A
RGB
CMYK
RGB Variations
Color information
#F9468A (or 0xF9468A) is known color: Violet Red. HEX triplet: F9, 46 and 8A. RGB value is (249,70,138). Sum of RGB (Red+Green+Blue) = 249+70+138=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F9468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9468A is #06B975. Grayscale: #838383. Windows color (decimal): -440694 or 9062137. OLE color: 9062137.
HSL color Cylindrical-coordinate representation of color #F9468A: hue angle of 337.21º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F9468A is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 138 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.02 |
| HSL | 337.21º | 0.94% | 0.63% | - |
| HSV(B) | 337.21º | 0.72% | 0.98% | - |
| XYZ | 45.84 | 26.36 | 26.72 | - |
| YUV | 131.27 | 131.8 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 138 | 0 | 0.72 | 0.45 | 0.02 | 337.21 | 0.94 | 0.63 |
| Hex | F9 | 46 | 8A | 0 | 48 | 2D | 2 | 151 | 5E | 3F |
| Octal | 371 | 106 | 212 | 0 | 110 | 55 | 2 | 521 | 136 | 77 |
| Binary | 11111001 | 1000110 | 10001010 | 0 | 1001000 | 101101 | 10 | 101010001 | 1011110 | 111111 |
Color Harmonies of #F9468A
Complementary color
Monochromatic Colors of #F9468A
Black with #F9468A
Text Example
Text Example
White with #F9468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9468A; }
p { color: rgb(249,70,138); }
H1.HeaderClassName
{
color: #F9468A;
}
.AnyTagClassName
{
color: #F9468A;
}
</style>
background-color css
<style>
a { background-color: #F9468A; }
a { background-color: rgb(249,70,138); }
div.DivClassName
{
background-color: #F9468A;
}
.BgClassName
{
background-color: #F9468A;
}
</style>
border-color css
<style>
span { border-color: #F9468A; }
span { border-color: rgb(249,70,138); }
td.TdClassName
{
border-color: #F9468A;
}
.TagClassName
{
border-color: #F9468A;
}
</style>