Shades of Violet Red #F9307A
Tints of Violet Red #F9307A
RGB
CMYK
RGB Variations
Color information
#F9307A (or 0xF9307A) is known color: Violet Red. HEX triplet: F9, 30 and 7A. RGB value is (249,48,122). Sum of RGB (Red+Green+Blue) = 249+48+122=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F9307A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9307A is #06CF85. Grayscale: #747474. Windows color (decimal): -446342 or 8007929. OLE color: 8007929.
HSL color Cylindrical-coordinate representation of color #F9307A: hue angle of 337.91º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9307A is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 122 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.02 |
| HSL | 337.91º | 0.94% | 0.58% | - |
| HSV(B) | 337.91º | 0.81% | 0.98% | - |
| XYZ | 43.64 | 23.66 | 20.68 | - |
| YUV | 116.54 | 131.09 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 122 | 0 | 0.81 | 0.51 | 0.02 | 337.91 | 0.94 | 0.58 |
| Hex | F9 | 30 | 7A | 0 | 51 | 33 | 2 | 152 | 5E | 3A |
| Octal | 371 | 60 | 172 | 0 | 121 | 63 | 2 | 522 | 136 | 72 |
| Binary | 11111001 | 110000 | 1111010 | 0 | 1010001 | 110011 | 10 | 101010010 | 1011110 | 111010 |
Color Harmonies of #F9307A
Complementary color
Monochromatic Colors of #F9307A
Black with #F9307A
Text Example
Text Example
White with #F9307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9307A; }
p { color: rgb(249,48,122); }
H1.HeaderClassName
{
color: #F9307A;
}
.AnyTagClassName
{
color: #F9307A;
}
</style>
background-color css
<style>
a { background-color: #F9307A; }
a { background-color: rgb(249,48,122); }
div.DivClassName
{
background-color: #F9307A;
}
.BgClassName
{
background-color: #F9307A;
}
</style>
border-color css
<style>
span { border-color: #F9307A; }
span { border-color: rgb(249,48,122); }
td.TdClassName
{
border-color: #F9307A;
}
.TagClassName
{
border-color: #F9307A;
}
</style>