Shades of Violet Red #F94088
Tints of Violet Red #F94088
RGB
CMYK
RGB Variations
Color information
#F94088 (or 0xF94088) is known color: Violet Red. HEX triplet: F9, 40 and 88. RGB value is (249,64,136). Sum of RGB (Red+Green+Blue) = 249+64+136=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F94088 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94088 is #06BF77. Grayscale: #7F7F7F. Windows color (decimal): -442232 or 8929529. OLE color: 8929529.
HSL color Cylindrical-coordinate representation of color #F94088: hue angle of 336.65º 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 #F94088 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 136 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.02 |
| HSL | 336.65º | 0.94% | 0.61% | - |
| HSV(B) | 336.65º | 0.74% | 0.98% | - |
| XYZ | 45.34 | 25.58 | 25.84 | - |
| YUV | 127.52 | 132.79 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 136 | 0 | 0.74 | 0.45 | 0.02 | 336.65 | 0.94 | 0.61 |
| Hex | F9 | 40 | 88 | 0 | 4A | 2D | 2 | 151 | 5E | 3D |
| Octal | 371 | 100 | 210 | 0 | 112 | 55 | 2 | 521 | 136 | 75 |
| Binary | 11111001 | 1000000 | 10001000 | 0 | 1001010 | 101101 | 10 | 101010001 | 1011110 | 111101 |
Color Harmonies of #F94088
Complementary color
Monochromatic Colors of #F94088
Black with #F94088
Text Example
Text Example
White with #F94088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94088; }
p { color: rgb(249,64,136); }
H1.HeaderClassName
{
color: #F94088;
}
.AnyTagClassName
{
color: #F94088;
}
</style>
background-color css
<style>
a { background-color: #F94088; }
a { background-color: rgb(249,64,136); }
div.DivClassName
{
background-color: #F94088;
}
.BgClassName
{
background-color: #F94088;
}
</style>
border-color css
<style>
span { border-color: #F94088; }
span { border-color: rgb(249,64,136); }
td.TdClassName
{
border-color: #F94088;
}
.TagClassName
{
border-color: #F94088;
}
</style>