Shades of Violet Red #F9307B
Tints of Violet Red #F9307B
RGB
CMYK
RGB Variations
Color information
#F9307B (or 0xF9307B) is known color: Violet Red. HEX triplet: F9, 30 and 7B. RGB value is (249,48,123). Sum of RGB (Red+Green+Blue) = 249+48+123=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F9307B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9307B is #06CF84. Grayscale: #747474. Windows color (decimal): -446341 or 8073465. OLE color: 8073465.
HSL color Cylindrical-coordinate representation of color #F9307B: hue angle of 337.61º 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 #F9307B is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 123 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.02 |
| HSL | 337.61º | 0.94% | 0.58% | - |
| HSV(B) | 337.61º | 0.81% | 0.98% | - |
| XYZ | 43.7 | 23.68 | 21.01 | - |
| YUV | 116.65 | 131.59 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 123 | 0 | 0.81 | 0.51 | 0.02 | 337.61 | 0.94 | 0.58 |
| Hex | F9 | 30 | 7B | 0 | 51 | 33 | 2 | 152 | 5E | 3A |
| Octal | 371 | 60 | 173 | 0 | 121 | 63 | 2 | 522 | 136 | 72 |
| Binary | 11111001 | 110000 | 1111011 | 0 | 1010001 | 110011 | 10 | 101010010 | 1011110 | 111010 |
Color Harmonies of #F9307B
Complementary color
Monochromatic Colors of #F9307B
Black with #F9307B
Text Example
Text Example
White with #F9307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9307B; }
p { color: rgb(249,48,123); }
H1.HeaderClassName
{
color: #F9307B;
}
.AnyTagClassName
{
color: #F9307B;
}
</style>
background-color css
<style>
a { background-color: #F9307B; }
a { background-color: rgb(249,48,123); }
div.DivClassName
{
background-color: #F9307B;
}
.BgClassName
{
background-color: #F9307B;
}
</style>
border-color css
<style>
span { border-color: #F9307B; }
span { border-color: rgb(249,48,123); }
td.TdClassName
{
border-color: #F9307B;
}
.TagClassName
{
border-color: #F9307B;
}
</style>