Shades of Violet Red #F9427D
Tints of Violet Red #F9427D
RGB
CMYK
RGB Variations
Color information
#F9427D (or 0xF9427D) is known color: Violet Red. HEX triplet: F9, 42 and 7D. RGB value is (249,66,125). Sum of RGB (Red+Green+Blue) = 249+66+125=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F9427D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9427D is #06BD82. Grayscale: #7F7F7F. Windows color (decimal): -441731 or 8209145. OLE color: 8209145.
HSL color Cylindrical-coordinate representation of color #F9427D: hue angle of 340.66º 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 #F9427D is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 125 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.02 |
| HSL | 340.66º | 0.94% | 0.62% | - |
| HSV(B) | 340.66º | 0.73% | 0.98% | - |
| XYZ | 44.72 | 25.52 | 21.97 | - |
| YUV | 127.44 | 126.63 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 125 | 0 | 0.73 | 0.50 | 0.02 | 340.66 | 0.94 | 0.62 |
| Hex | F9 | 42 | 7D | 0 | 49 | 32 | 2 | 155 | 5E | 3E |
| Octal | 371 | 102 | 175 | 0 | 111 | 62 | 2 | 525 | 136 | 76 |
| Binary | 11111001 | 1000010 | 1111101 | 0 | 1001001 | 110010 | 10 | 101010101 | 1011110 | 111110 |
Color Harmonies of #F9427D
Complementary color
Monochromatic Colors of #F9427D
Black with #F9427D
Text Example
Text Example
White with #F9427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9427D; }
p { color: rgb(249,66,125); }
H1.HeaderClassName
{
color: #F9427D;
}
.AnyTagClassName
{
color: #F9427D;
}
</style>
background-color css
<style>
a { background-color: #F9427D; }
a { background-color: rgb(249,66,125); }
div.DivClassName
{
background-color: #F9427D;
}
.BgClassName
{
background-color: #F9427D;
}
</style>
border-color css
<style>
span { border-color: #F9427D; }
span { border-color: rgb(249,66,125); }
td.TdClassName
{
border-color: #F9427D;
}
.TagClassName
{
border-color: #F9427D;
}
</style>