Shades of Violet Red #F9428F
Tints of Violet Red #F9428F
RGB
CMYK
RGB Variations
Color information
#F9428F (or 0xF9428F) is known color: Violet Red. HEX triplet: F9, 42 and 8F. RGB value is (249,66,143). Sum of RGB (Red+Green+Blue) = 249+66+143=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F9428F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9428F is #06BD70. Grayscale: #818181. Windows color (decimal): -441713 or 9388793. OLE color: 9388793.
HSL color Cylindrical-coordinate representation of color #F9428F: hue angle of 334.75º 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 #F9428F is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 143 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.02 |
| HSL | 334.75º | 0.94% | 0.62% | - |
| HSV(B) | 334.75º | 0.73% | 0.98% | - |
| XYZ | 45.97 | 26.02 | 28.59 | - |
| YUV | 129.5 | 135.63 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 143 | 0 | 0.73 | 0.43 | 0.02 | 334.75 | 0.94 | 0.62 |
| Hex | F9 | 42 | 8F | 0 | 49 | 2B | 2 | 14F | 5E | 3E |
| Octal | 371 | 102 | 217 | 0 | 111 | 53 | 2 | 517 | 136 | 76 |
| Binary | 11111001 | 1000010 | 10001111 | 0 | 1001001 | 101011 | 10 | 101001111 | 1011110 | 111110 |
Color Harmonies of #F9428F
Complementary color
Monochromatic Colors of #F9428F
Black with #F9428F
Text Example
Text Example
White with #F9428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9428F; }
p { color: rgb(249,66,143); }
H1.HeaderClassName
{
color: #F9428F;
}
.AnyTagClassName
{
color: #F9428F;
}
</style>
background-color css
<style>
a { background-color: #F9428F; }
a { background-color: rgb(249,66,143); }
div.DivClassName
{
background-color: #F9428F;
}
.BgClassName
{
background-color: #F9428F;
}
</style>
border-color css
<style>
span { border-color: #F9428F; }
span { border-color: rgb(249,66,143); }
td.TdClassName
{
border-color: #F9428F;
}
.TagClassName
{
border-color: #F9428F;
}
</style>