Shades of Violet Red #F94185
Tints of Violet Red #F94185
RGB
CMYK
RGB Variations
Color information
#F94185 (or 0xF94185) is known color: Violet Red. HEX triplet: F9, 41 and 85. RGB value is (249,65,133). Sum of RGB (Red+Green+Blue) = 249+65+133=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F94185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94185 is #06BE7A. Grayscale: #7F7F7F. Windows color (decimal): -441979 or 8733177. OLE color: 8733177.
HSL color Cylindrical-coordinate representation of color #F94185: hue angle of 337.83º 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 #F94185 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 133 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.02 |
| HSL | 337.83º | 0.94% | 0.62% | - |
| HSV(B) | 337.83º | 0.74% | 0.98% | - |
| XYZ | 45.19 | 25.61 | 24.75 | - |
| YUV | 127.77 | 130.96 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 133 | 0 | 0.74 | 0.47 | 0.02 | 337.83 | 0.94 | 0.62 |
| Hex | F9 | 41 | 85 | 0 | 4A | 2F | 2 | 152 | 5E | 3E |
| Octal | 371 | 101 | 205 | 0 | 112 | 57 | 2 | 522 | 136 | 76 |
| Binary | 11111001 | 1000001 | 10000101 | 0 | 1001010 | 101111 | 10 | 101010010 | 1011110 | 111110 |
Color Harmonies of #F94185
Complementary color
Monochromatic Colors of #F94185
Black with #F94185
Text Example
Text Example
White with #F94185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94185; }
p { color: rgb(249,65,133); }
H1.HeaderClassName
{
color: #F94185;
}
.AnyTagClassName
{
color: #F94185;
}
</style>
background-color css
<style>
a { background-color: #F94185; }
a { background-color: rgb(249,65,133); }
div.DivClassName
{
background-color: #F94185;
}
.BgClassName
{
background-color: #F94185;
}
</style>
border-color css
<style>
span { border-color: #F94185; }
span { border-color: rgb(249,65,133); }
td.TdClassName
{
border-color: #F94185;
}
.TagClassName
{
border-color: #F94185;
}
</style>