Shades of Violet Red #F9427A
Tints of Violet Red #F9427A
RGB
CMYK
RGB Variations
Color information
#F9427A (or 0xF9427A) is known color: Violet Red. HEX triplet: F9, 42 and 7A. RGB value is (249,66,122). Sum of RGB (Red+Green+Blue) = 249+66+122=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F9427A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9427A is #06BD85. Grayscale: #7F7F7F. Windows color (decimal): -441734 or 8012537. OLE color: 8012537.
HSL color Cylindrical-coordinate representation of color #F9427A: hue angle of 341.64º 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 #F9427A is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 122 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.02 |
| HSL | 341.64º | 0.94% | 0.62% | - |
| HSV(B) | 341.64º | 0.73% | 0.98% | - |
| XYZ | 44.53 | 25.44 | 20.98 | - |
| YUV | 127.1 | 125.13 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 122 | 0 | 0.73 | 0.51 | 0.02 | 341.64 | 0.94 | 0.62 |
| Hex | F9 | 42 | 7A | 0 | 49 | 33 | 2 | 156 | 5E | 3E |
| Octal | 371 | 102 | 172 | 0 | 111 | 63 | 2 | 526 | 136 | 76 |
| Binary | 11111001 | 1000010 | 1111010 | 0 | 1001001 | 110011 | 10 | 101010110 | 1011110 | 111110 |
Color Harmonies of #F9427A
Complementary color
Monochromatic Colors of #F9427A
Black with #F9427A
Text Example
Text Example
White with #F9427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9427A; }
p { color: rgb(249,66,122); }
H1.HeaderClassName
{
color: #F9427A;
}
.AnyTagClassName
{
color: #F9427A;
}
</style>
background-color css
<style>
a { background-color: #F9427A; }
a { background-color: rgb(249,66,122); }
div.DivClassName
{
background-color: #F9427A;
}
.BgClassName
{
background-color: #F9427A;
}
</style>
border-color css
<style>
span { border-color: #F9427A; }
span { border-color: rgb(249,66,122); }
td.TdClassName
{
border-color: #F9427A;
}
.TagClassName
{
border-color: #F9427A;
}
</style>