Shades of Violet Red #F9478C
Tints of Violet Red #F9478C
RGB
CMYK
RGB Variations
Color information
#F9478C (or 0xF9478C) is known color: Violet Red. HEX triplet: F9, 47 and 8C. RGB value is (249,71,140). Sum of RGB (Red+Green+Blue) = 249+71+140=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F9478C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9478C is #06B873. Grayscale: #838383. Windows color (decimal): -440436 or 9193465. OLE color: 9193465.
HSL color Cylindrical-coordinate representation of color #F9478C: hue angle of 336.74º 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 #F9478C is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 71 | 140 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.02 |
| HSL | 336.74º | 0.94% | 0.63% | - |
| HSV(B) | 336.74º | 0.71% | 0.98% | - |
| XYZ | 46.05 | 26.54 | 27.51 | - |
| YUV | 132.09 | 132.47 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 71 | 140 | 0 | 0.71 | 0.44 | 0.02 | 336.74 | 0.94 | 0.63 |
| Hex | F9 | 47 | 8C | 0 | 47 | 2C | 2 | 151 | 5E | 3F |
| Octal | 371 | 107 | 214 | 0 | 107 | 54 | 2 | 521 | 136 | 77 |
| Binary | 11111001 | 1000111 | 10001100 | 0 | 1000111 | 101100 | 10 | 101010001 | 1011110 | 111111 |
Color Harmonies of #F9478C
Complementary color
Monochromatic Colors of #F9478C
Black with #F9478C
Text Example
Text Example
White with #F9478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9478C; }
p { color: rgb(249,71,140); }
H1.HeaderClassName
{
color: #F9478C;
}
.AnyTagClassName
{
color: #F9478C;
}
</style>
background-color css
<style>
a { background-color: #F9478C; }
a { background-color: rgb(249,71,140); }
div.DivClassName
{
background-color: #F9478C;
}
.BgClassName
{
background-color: #F9478C;
}
</style>
border-color css
<style>
span { border-color: #F9478C; }
span { border-color: rgb(249,71,140); }
td.TdClassName
{
border-color: #F9478C;
}
.TagClassName
{
border-color: #F9478C;
}
</style>