Shades of Violet Red #F94277
Tints of Violet Red #F94277
RGB
CMYK
RGB Variations
Color information
#F94277 (or 0xF94277) is known color: Violet Red. HEX triplet: F9, 42 and 77. RGB value is (249,66,119). Sum of RGB (Red+Green+Blue) = 249+66+119=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F94277 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94277 is #06BD88. Grayscale: #7E7E7E. Windows color (decimal): -441737 or 7815929. OLE color: 7815929.
HSL color Cylindrical-coordinate representation of color #F94277: hue angle of 342.62º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F94277 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 119 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.02 |
| HSL | 342.62º | 0.94% | 0.62% | - |
| HSV(B) | 342.62º | 0.73% | 0.98% | - |
| XYZ | 44.34 | 25.37 | 20.01 | - |
| YUV | 126.76 | 123.63 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 119 | 0 | 0.73 | 0.52 | 0.02 | 342.62 | 0.94 | 0.62 |
| Hex | F9 | 42 | 77 | 0 | 49 | 34 | 2 | 157 | 5E | 3E |
| Octal | 371 | 102 | 167 | 0 | 111 | 64 | 2 | 527 | 136 | 76 |
| Binary | 11111001 | 1000010 | 1110111 | 0 | 1001001 | 110100 | 10 | 101010111 | 1011110 | 111110 |
Color Harmonies of #F94277
Complementary color
Monochromatic Colors of #F94277
Black with #F94277
Text Example
Text Example
White with #F94277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94277; }
p { color: rgb(249,66,119); }
H1.HeaderClassName
{
color: #F94277;
}
.AnyTagClassName
{
color: #F94277;
}
</style>
background-color css
<style>
a { background-color: #F94277; }
a { background-color: rgb(249,66,119); }
div.DivClassName
{
background-color: #F94277;
}
.BgClassName
{
background-color: #F94277;
}
</style>
border-color css
<style>
span { border-color: #F94277; }
span { border-color: rgb(249,66,119); }
td.TdClassName
{
border-color: #F94277;
}
.TagClassName
{
border-color: #F94277;
}
</style>