Shades of Violet Red #F9477E
Tints of Violet Red #F9477E
RGB
CMYK
RGB Variations
Color information
#F9477E (or 0xF9477E) is known color: Violet Red. HEX triplet: F9, 47 and 7E. RGB value is (249,71,126). Sum of RGB (Red+Green+Blue) = 249+71+126=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F9477E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9477E is #06B881. Grayscale: #828282. Windows color (decimal): -440450 or 8275961. OLE color: 8275961.
HSL color Cylindrical-coordinate representation of color #F9477E: hue angle of 341.46º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F9477E is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 71 | 126 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.02 |
| HSL | 341.46º | 0.94% | 0.63% | - |
| HSV(B) | 341.46º | 0.71% | 0.98% | - |
| XYZ | 45.09 | 26.15 | 22.41 | - |
| YUV | 130.49 | 125.47 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 71 | 126 | 0 | 0.71 | 0.49 | 0.02 | 341.46 | 0.94 | 0.63 |
| Hex | F9 | 47 | 7E | 0 | 47 | 31 | 2 | 155 | 5E | 3F |
| Octal | 371 | 107 | 176 | 0 | 107 | 61 | 2 | 525 | 136 | 77 |
| Binary | 11111001 | 1000111 | 1111110 | 0 | 1000111 | 110001 | 10 | 101010101 | 1011110 | 111111 |
Color Harmonies of #F9477E
Complementary color
Monochromatic Colors of #F9477E
Black with #F9477E
Text Example
Text Example
White with #F9477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9477E; }
p { color: rgb(249,71,126); }
H1.HeaderClassName
{
color: #F9477E;
}
.AnyTagClassName
{
color: #F9477E;
}
</style>
background-color css
<style>
a { background-color: #F9477E; }
a { background-color: rgb(249,71,126); }
div.DivClassName
{
background-color: #F9477E;
}
.BgClassName
{
background-color: #F9477E;
}
</style>
border-color css
<style>
span { border-color: #F9477E; }
span { border-color: rgb(249,71,126); }
td.TdClassName
{
border-color: #F9477E;
}
.TagClassName
{
border-color: #F9477E;
}
</style>