Shades of Violet Red #F9457B
Tints of Violet Red #F9457B
RGB
CMYK
RGB Variations
Color information
#F9457B (or 0xF9457B) is known color: Violet Red. HEX triplet: F9, 45 and 7B. RGB value is (249,69,123). Sum of RGB (Red+Green+Blue) = 249+69+123=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F9457B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9457B is #06BA84. Grayscale: #808080. Windows color (decimal): -440965 or 8078841. OLE color: 8078841.
HSL color Cylindrical-coordinate representation of color #F9457B: hue angle of 342º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F9457B is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 123 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.02 |
| HSL | 342º | 0.94% | 0.62% | - |
| HSV(B) | 342º | 0.72% | 0.98% | - |
| XYZ | 44.77 | 25.83 | 21.36 | - |
| YUV | 128.98 | 124.63 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 123 | 0 | 0.72 | 0.51 | 0.02 | 342 | 0.94 | 0.62 |
| Hex | F9 | 45 | 7B | 0 | 48 | 33 | 2 | 156 | 5E | 3E |
| Octal | 371 | 105 | 173 | 0 | 110 | 63 | 2 | 526 | 136 | 76 |
| Binary | 11111001 | 1000101 | 1111011 | 0 | 1001000 | 110011 | 10 | 101010110 | 1011110 | 111110 |
Color Harmonies of #F9457B
Complementary color
Monochromatic Colors of #F9457B
Black with #F9457B
Text Example
Text Example
White with #F9457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9457B; }
p { color: rgb(249,69,123); }
H1.HeaderClassName
{
color: #F9457B;
}
.AnyTagClassName
{
color: #F9457B;
}
</style>
background-color css
<style>
a { background-color: #F9457B; }
a { background-color: rgb(249,69,123); }
div.DivClassName
{
background-color: #F9457B;
}
.BgClassName
{
background-color: #F9457B;
}
</style>
border-color css
<style>
span { border-color: #F9457B; }
span { border-color: rgb(249,69,123); }
td.TdClassName
{
border-color: #F9457B;
}
.TagClassName
{
border-color: #F9457B;
}
</style>