Shades of Violet Red #F9428D
Tints of Violet Red #F9428D
RGB
CMYK
RGB Variations
Color information
#F9428D (or 0xF9428D) is known color: Violet Red. HEX triplet: F9, 42 and 8D. RGB value is (249,66,141). Sum of RGB (Red+Green+Blue) = 249+66+141=456 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.61% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 249 - color contains mainly: red. Hex color #F9428D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9428D is #06BD72. Grayscale: #818181. Windows color (decimal): -441715 or 9257721. OLE color: 9257721.
HSL color Cylindrical-coordinate representation of color #F9428D: hue angle of 335.41º 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 #F9428D is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 141 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.02 |
| HSL | 335.41º | 0.94% | 0.62% | - |
| HSV(B) | 335.41º | 0.73% | 0.98% | - |
| XYZ | 45.82 | 25.96 | 27.79 | - |
| YUV | 129.27 | 134.63 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 141 | 0 | 0.73 | 0.43 | 0.02 | 335.41 | 0.94 | 0.62 |
| Hex | F9 | 42 | 8D | 0 | 49 | 2B | 2 | 14F | 5E | 3E |
| Octal | 371 | 102 | 215 | 0 | 111 | 53 | 2 | 517 | 136 | 76 |
| Binary | 11111001 | 1000010 | 10001101 | 0 | 1001001 | 101011 | 10 | 101001111 | 1011110 | 111110 |
Color Harmonies of #F9428D
Complementary color
Monochromatic Colors of #F9428D
Black with #F9428D
Text Example
Text Example
White with #F9428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9428D; }
p { color: rgb(249,66,141); }
H1.HeaderClassName
{
color: #F9428D;
}
.AnyTagClassName
{
color: #F9428D;
}
</style>
background-color css
<style>
a { background-color: #F9428D; }
a { background-color: rgb(249,66,141); }
div.DivClassName
{
background-color: #F9428D;
}
.BgClassName
{
background-color: #F9428D;
}
</style>
border-color css
<style>
span { border-color: #F9428D; }
span { border-color: rgb(249,66,141); }
td.TdClassName
{
border-color: #F9428D;
}
.TagClassName
{
border-color: #F9428D;
}
</style>