Shades of Violet Red #F94078
Tints of Violet Red #F94078
RGB
CMYK
RGB Variations
Color information
#F94078 (or 0xF94078) is known color: Violet Red. HEX triplet: F9, 40 and 78. RGB value is (249,64,120). Sum of RGB (Red+Green+Blue) = 249+64+120=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F94078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94078 is #06BF87. Grayscale: #7D7D7D. Windows color (decimal): -442248 or 7880953. OLE color: 7880953.
HSL color Cylindrical-coordinate representation of color #F94078: hue angle of 341.84º 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 #F94078 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 120 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.02 |
| HSL | 341.84º | 0.94% | 0.61% | - |
| HSV(B) | 341.84º | 0.74% | 0.98% | - |
| XYZ | 44.29 | 25.16 | 20.29 | - |
| YUV | 125.7 | 124.79 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 120 | 0 | 0.74 | 0.52 | 0.02 | 341.84 | 0.94 | 0.61 |
| Hex | F9 | 40 | 78 | 0 | 4A | 34 | 2 | 156 | 5E | 3D |
| Octal | 371 | 100 | 170 | 0 | 112 | 64 | 2 | 526 | 136 | 75 |
| Binary | 11111001 | 1000000 | 1111000 | 0 | 1001010 | 110100 | 10 | 101010110 | 1011110 | 111101 |
Color Harmonies of #F94078
Complementary color
Monochromatic Colors of #F94078
Black with #F94078
Text Example
Text Example
White with #F94078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94078; }
p { color: rgb(249,64,120); }
H1.HeaderClassName
{
color: #F94078;
}
.AnyTagClassName
{
color: #F94078;
}
</style>
background-color css
<style>
a { background-color: #F94078; }
a { background-color: rgb(249,64,120); }
div.DivClassName
{
background-color: #F94078;
}
.BgClassName
{
background-color: #F94078;
}
</style>
border-color css
<style>
span { border-color: #F94078; }
span { border-color: rgb(249,64,120); }
td.TdClassName
{
border-color: #F94078;
}
.TagClassName
{
border-color: #F94078;
}
</style>