Shades of Violet Red #F94075
Tints of Violet Red #F94075
RGB
CMYK
RGB Variations
Color information
#F94075 (or 0xF94075) is known color: Violet Red. HEX triplet: F9, 40 and 75. RGB value is (249,64,117). Sum of RGB (Red+Green+Blue) = 249+64+117=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F94075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94075 is #06BF8A. Grayscale: #7D7D7D. Windows color (decimal): -442251 or 7684345. OLE color: 7684345.
HSL color Cylindrical-coordinate representation of color #F94075: hue angle of 342.81º 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 #F94075 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 117 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.02 |
| HSL | 342.81º | 0.94% | 0.61% | - |
| HSV(B) | 342.81º | 0.74% | 0.98% | - |
| XYZ | 44.11 | 25.09 | 19.35 | - |
| YUV | 125.36 | 123.29 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 117 | 0 | 0.74 | 0.53 | 0.02 | 342.81 | 0.94 | 0.61 |
| Hex | F9 | 40 | 75 | 0 | 4A | 35 | 2 | 157 | 5E | 3D |
| Octal | 371 | 100 | 165 | 0 | 112 | 65 | 2 | 527 | 136 | 75 |
| Binary | 11111001 | 1000000 | 1110101 | 0 | 1001010 | 110101 | 10 | 101010111 | 1011110 | 111101 |
Color Harmonies of #F94075
Complementary color
Monochromatic Colors of #F94075
Black with #F94075
Text Example
Text Example
White with #F94075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94075; }
p { color: rgb(249,64,117); }
H1.HeaderClassName
{
color: #F94075;
}
.AnyTagClassName
{
color: #F94075;
}
</style>
background-color css
<style>
a { background-color: #F94075; }
a { background-color: rgb(249,64,117); }
div.DivClassName
{
background-color: #F94075;
}
.BgClassName
{
background-color: #F94075;
}
</style>
border-color css
<style>
span { border-color: #F94075; }
span { border-color: rgb(249,64,117); }
td.TdClassName
{
border-color: #F94075;
}
.TagClassName
{
border-color: #F94075;
}
</style>