Shades of Violet Red #F9327E
Tints of Violet Red #F9327E
RGB
CMYK
RGB Variations
Color information
#F9327E (or 0xF9327E) is known color: Violet Red. HEX triplet: F9, 32 and 7E. RGB value is (249,50,126). Sum of RGB (Red+Green+Blue) = 249+50+126=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F9327E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9327E is #06CD81. Grayscale: #767676. Windows color (decimal): -445826 or 8270585. OLE color: 8270585.
HSL color Cylindrical-coordinate representation of color #F9327E: hue angle of 337.09º 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 #F9327E is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 126 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.02 |
| HSL | 337.09º | 0.94% | 0.59% | - |
| HSV(B) | 337.09º | 0.8% | 0.98% | - |
| XYZ | 43.97 | 23.93 | 22.04 | - |
| YUV | 118.17 | 132.43 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 126 | 0 | 0.80 | 0.49 | 0.02 | 337.09 | 0.94 | 0.59 |
| Hex | F9 | 32 | 7E | 0 | 50 | 31 | 2 | 151 | 5E | 3B |
| Octal | 371 | 62 | 176 | 0 | 120 | 61 | 2 | 521 | 136 | 73 |
| Binary | 11111001 | 110010 | 1111110 | 0 | 1010000 | 110001 | 10 | 101010001 | 1011110 | 111011 |
Color Harmonies of #F9327E
Complementary color
Monochromatic Colors of #F9327E
Black with #F9327E
Text Example
Text Example
White with #F9327E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9327E; }
p { color: rgb(249,50,126); }
H1.HeaderClassName
{
color: #F9327E;
}
.AnyTagClassName
{
color: #F9327E;
}
</style>
background-color css
<style>
a { background-color: #F9327E; }
a { background-color: rgb(249,50,126); }
div.DivClassName
{
background-color: #F9327E;
}
.BgClassName
{
background-color: #F9327E;
}
</style>
border-color css
<style>
span { border-color: #F9327E; }
span { border-color: rgb(249,50,126); }
td.TdClassName
{
border-color: #F9327E;
}
.TagClassName
{
border-color: #F9327E;
}
</style>