Shades of Violet Red #F94192
Tints of Violet Red #F94192
RGB
CMYK
RGB Variations
Color information
#F94192 (or 0xF94192) is known color: Violet Red. HEX triplet: F9, 41 and 92. RGB value is (249,65,146). Sum of RGB (Red+Green+Blue) = 249+65+146=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F94192 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94192 is #06BE6D. Grayscale: #818181. Windows color (decimal): -441966 or 9585145. OLE color: 9585145.
HSL color Cylindrical-coordinate representation of color #F94192: hue angle of 333.59º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F94192 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 146 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.02 |
| HSL | 333.59º | 0.94% | 0.62% | - |
| HSV(B) | 333.59º | 0.74% | 0.98% | - |
| XYZ | 46.15 | 26 | 29.78 | - |
| YUV | 129.25 | 137.46 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 146 | 0 | 0.74 | 0.41 | 0.02 | 333.59 | 0.94 | 0.62 |
| Hex | F9 | 41 | 92 | 0 | 4A | 29 | 2 | 14E | 5E | 3E |
| Octal | 371 | 101 | 222 | 0 | 112 | 51 | 2 | 516 | 136 | 76 |
| Binary | 11111001 | 1000001 | 10010010 | 0 | 1001010 | 101001 | 10 | 101001110 | 1011110 | 111110 |
Color Harmonies of #F94192
Complementary color
Monochromatic Colors of #F94192
Black with #F94192
Text Example
Text Example
White with #F94192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94192; }
p { color: rgb(249,65,146); }
H1.HeaderClassName
{
color: #F94192;
}
.AnyTagClassName
{
color: #F94192;
}
</style>
background-color css
<style>
a { background-color: #F94192; }
a { background-color: rgb(249,65,146); }
div.DivClassName
{
background-color: #F94192;
}
.BgClassName
{
background-color: #F94192;
}
</style>
border-color css
<style>
span { border-color: #F94192; }
span { border-color: rgb(249,65,146); }
td.TdClassName
{
border-color: #F94192;
}
.TagClassName
{
border-color: #F94192;
}
</style>