Shades of Violet Red #F94392
Tints of Violet Red #F94392
RGB
CMYK
RGB Variations
Color information
#F94392 (or 0xF94392) is known color: Violet Red. HEX triplet: F9, 43 and 92. RGB value is (249,67,146). Sum of RGB (Red+Green+Blue) = 249+67+146=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F94392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94392 is #06BC6D. Grayscale: #828282. Windows color (decimal): -441454 or 9585657. OLE color: 9585657.
HSL color Cylindrical-coordinate representation of color #F94392: hue angle of 333.96º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F94392 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 67 | 146 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.02 |
| HSL | 333.96º | 0.94% | 0.62% | - |
| HSV(B) | 333.96º | 0.73% | 0.98% | - |
| XYZ | 46.26 | 26.23 | 29.82 | - |
| YUV | 130.42 | 136.8 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 67 | 146 | 0 | 0.73 | 0.41 | 0.02 | 333.96 | 0.94 | 0.62 |
| Hex | F9 | 43 | 92 | 0 | 49 | 29 | 2 | 14E | 5E | 3E |
| Octal | 371 | 103 | 222 | 0 | 111 | 51 | 2 | 516 | 136 | 76 |
| Binary | 11111001 | 1000011 | 10010010 | 0 | 1001001 | 101001 | 10 | 101001110 | 1011110 | 111110 |
Color Harmonies of #F94392
Complementary color
Monochromatic Colors of #F94392
Black with #F94392
Text Example
Text Example
White with #F94392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94392; }
p { color: rgb(249,67,146); }
H1.HeaderClassName
{
color: #F94392;
}
.AnyTagClassName
{
color: #F94392;
}
</style>
background-color css
<style>
a { background-color: #F94392; }
a { background-color: rgb(249,67,146); }
div.DivClassName
{
background-color: #F94392;
}
.BgClassName
{
background-color: #F94392;
}
</style>
border-color css
<style>
span { border-color: #F94392; }
span { border-color: rgb(249,67,146); }
td.TdClassName
{
border-color: #F94392;
}
.TagClassName
{
border-color: #F94392;
}
</style>