Shades of Violet Red #F9327A
Tints of Violet Red #F9327A
RGB
CMYK
RGB Variations
Color information
#F9327A (or 0xF9327A) is known color: Violet Red. HEX triplet: F9, 32 and 7A. RGB value is (249,50,122). Sum of RGB (Red+Green+Blue) = 249+50+122=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F9327A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9327A is #06CD85. Grayscale: #757575. Windows color (decimal): -445830 or 8008441. OLE color: 8008441.
HSL color Cylindrical-coordinate representation of color #F9327A: hue angle of 338.29º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9327A is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 122 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.02 |
| HSL | 338.29º | 0.94% | 0.59% | - |
| HSV(B) | 338.29º | 0.8% | 0.98% | - |
| XYZ | 43.72 | 23.83 | 20.71 | - |
| YUV | 117.71 | 130.43 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 122 | 0 | 0.80 | 0.51 | 0.02 | 338.29 | 0.94 | 0.59 |
| Hex | F9 | 32 | 7A | 0 | 50 | 33 | 2 | 152 | 5E | 3B |
| Octal | 371 | 62 | 172 | 0 | 120 | 63 | 2 | 522 | 136 | 73 |
| Binary | 11111001 | 110010 | 1111010 | 0 | 1010000 | 110011 | 10 | 101010010 | 1011110 | 111011 |
Color Harmonies of #F9327A
Complementary color
Monochromatic Colors of #F9327A
Black with #F9327A
Text Example
Text Example
White with #F9327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9327A; }
p { color: rgb(249,50,122); }
H1.HeaderClassName
{
color: #F9327A;
}
.AnyTagClassName
{
color: #F9327A;
}
</style>
background-color css
<style>
a { background-color: #F9327A; }
a { background-color: rgb(249,50,122); }
div.DivClassName
{
background-color: #F9327A;
}
.BgClassName
{
background-color: #F9327A;
}
</style>
border-color css
<style>
span { border-color: #F9327A; }
span { border-color: rgb(249,50,122); }
td.TdClassName
{
border-color: #F9327A;
}
.TagClassName
{
border-color: #F9327A;
}
</style>