Shades of Violet Red #F94083
Tints of Violet Red #F94083
RGB
CMYK
RGB Variations
Color information
#F94083 (or 0xF94083) is known color: Violet Red. HEX triplet: F9, 40 and 83. RGB value is (249,64,131). Sum of RGB (Red+Green+Blue) = 249+64+131=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F94083 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94083 is #06BF7C. Grayscale: #7E7E7E. Windows color (decimal): -442237 or 8601849. OLE color: 8601849.
HSL color Cylindrical-coordinate representation of color #F94083: hue angle of 338.27º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F94083 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 131 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.02 |
| HSL | 338.27º | 0.94% | 0.61% | - |
| HSV(B) | 338.27º | 0.74% | 0.98% | - |
| XYZ | 45 | 25.45 | 24.01 | - |
| YUV | 126.95 | 130.29 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 131 | 0 | 0.74 | 0.47 | 0.02 | 338.27 | 0.94 | 0.61 |
| Hex | F9 | 40 | 83 | 0 | 4A | 2F | 2 | 152 | 5E | 3D |
| Octal | 371 | 100 | 203 | 0 | 112 | 57 | 2 | 522 | 136 | 75 |
| Binary | 11111001 | 1000000 | 10000011 | 0 | 1001010 | 101111 | 10 | 101010010 | 1011110 | 111101 |
Color Harmonies of #F94083
Complementary color
Monochromatic Colors of #F94083
Black with #F94083
Text Example
Text Example
White with #F94083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94083; }
p { color: rgb(249,64,131); }
H1.HeaderClassName
{
color: #F94083;
}
.AnyTagClassName
{
color: #F94083;
}
</style>
background-color css
<style>
a { background-color: #F94083; }
a { background-color: rgb(249,64,131); }
div.DivClassName
{
background-color: #F94083;
}
.BgClassName
{
background-color: #F94083;
}
</style>
border-color css
<style>
span { border-color: #F94083; }
span { border-color: rgb(249,64,131); }
td.TdClassName
{
border-color: #F94083;
}
.TagClassName
{
border-color: #F94083;
}
</style>