Shades of Violet Red #F94175
Tints of Violet Red #F94175
RGB
CMYK
RGB Variations
Color information
#F94175 (or 0xF94175) is known color: Violet Red. HEX triplet: F9, 41 and 75. RGB value is (249,65,117). Sum of RGB (Red+Green+Blue) = 249+65+117=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F94175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94175 is #06BE8A. Grayscale: #7D7D7D. Windows color (decimal): -441995 or 7684601. OLE color: 7684601.
HSL color Cylindrical-coordinate representation of color #F94175: hue angle of 343.04º 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 #F94175 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 117 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.02 |
| HSL | 343.04º | 0.94% | 0.62% | - |
| HSV(B) | 343.04º | 0.74% | 0.98% | - |
| XYZ | 44.17 | 25.2 | 19.37 | - |
| YUV | 125.94 | 122.96 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 117 | 0 | 0.74 | 0.53 | 0.02 | 343.04 | 0.94 | 0.62 |
| Hex | F9 | 41 | 75 | 0 | 4A | 35 | 2 | 157 | 5E | 3E |
| Octal | 371 | 101 | 165 | 0 | 112 | 65 | 2 | 527 | 136 | 76 |
| Binary | 11111001 | 1000001 | 1110101 | 0 | 1001010 | 110101 | 10 | 101010111 | 1011110 | 111110 |
Color Harmonies of #F94175
Complementary color
Monochromatic Colors of #F94175
Black with #F94175
Text Example
Text Example
White with #F94175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94175; }
p { color: rgb(249,65,117); }
H1.HeaderClassName
{
color: #F94175;
}
.AnyTagClassName
{
color: #F94175;
}
</style>
background-color css
<style>
a { background-color: #F94175; }
a { background-color: rgb(249,65,117); }
div.DivClassName
{
background-color: #F94175;
}
.BgClassName
{
background-color: #F94175;
}
</style>
border-color css
<style>
span { border-color: #F94175; }
span { border-color: rgb(249,65,117); }
td.TdClassName
{
border-color: #F94175;
}
.TagClassName
{
border-color: #F94175;
}
</style>