Shades of Violet Red #F9447C
Tints of Violet Red #F9447C
RGB
CMYK
RGB Variations
Color information
#F9447C (or 0xF9447C) is known color: Violet Red. HEX triplet: F9, 44 and 7C. RGB value is (249,68,124). Sum of RGB (Red+Green+Blue) = 249+68+124=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F9447C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9447C is #06BB83. Grayscale: #808080. Windows color (decimal): -441220 or 8144121. OLE color: 8144121.
HSL color Cylindrical-coordinate representation of color #F9447C: hue angle of 341.44º 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 #F9447C is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 124 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.02 |
| HSL | 341.44º | 0.94% | 0.62% | - |
| HSV(B) | 341.44º | 0.73% | 0.98% | - |
| XYZ | 44.77 | 25.73 | 21.68 | - |
| YUV | 128.5 | 125.47 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 124 | 0 | 0.73 | 0.50 | 0.02 | 341.44 | 0.94 | 0.62 |
| Hex | F9 | 44 | 7C | 0 | 49 | 32 | 2 | 155 | 5E | 3E |
| Octal | 371 | 104 | 174 | 0 | 111 | 62 | 2 | 525 | 136 | 76 |
| Binary | 11111001 | 1000100 | 1111100 | 0 | 1001001 | 110010 | 10 | 101010101 | 1011110 | 111110 |
Color Harmonies of #F9447C
Complementary color
Monochromatic Colors of #F9447C
Black with #F9447C
Text Example
Text Example
White with #F9447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9447C; }
p { color: rgb(249,68,124); }
H1.HeaderClassName
{
color: #F9447C;
}
.AnyTagClassName
{
color: #F9447C;
}
</style>
background-color css
<style>
a { background-color: #F9447C; }
a { background-color: rgb(249,68,124); }
div.DivClassName
{
background-color: #F9447C;
}
.BgClassName
{
background-color: #F9447C;
}
</style>
border-color css
<style>
span { border-color: #F9447C; }
span { border-color: rgb(249,68,124); }
td.TdClassName
{
border-color: #F9447C;
}
.TagClassName
{
border-color: #F9447C;
}
</style>