Shades of Violet Red #F9458B
Tints of Violet Red #F9458B
RGB
CMYK
RGB Variations
Color information
#F9458B (or 0xF9458B) is known color: Violet Red. HEX triplet: F9, 45 and 8B. RGB value is (249,69,139). Sum of RGB (Red+Green+Blue) = 249+69+139=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F9458B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9458B is #06BA74. Grayscale: #828282. Windows color (decimal): -440949 or 9127417. OLE color: 9127417.
HSL color Cylindrical-coordinate representation of color #F9458B: hue angle of 336.67º 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 #F9458B is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 139 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.02 |
| HSL | 336.67º | 0.94% | 0.62% | - |
| HSV(B) | 336.67º | 0.72% | 0.98% | - |
| XYZ | 45.86 | 26.26 | 27.08 | - |
| YUV | 130.8 | 132.63 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 139 | 0 | 0.72 | 0.44 | 0.02 | 336.67 | 0.94 | 0.62 |
| Hex | F9 | 45 | 8B | 0 | 48 | 2C | 2 | 151 | 5E | 3E |
| Octal | 371 | 105 | 213 | 0 | 110 | 54 | 2 | 521 | 136 | 76 |
| Binary | 11111001 | 1000101 | 10001011 | 0 | 1001000 | 101100 | 10 | 101010001 | 1011110 | 111110 |
Color Harmonies of #F9458B
Complementary color
Monochromatic Colors of #F9458B
Black with #F9458B
Text Example
Text Example
White with #F9458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9458B; }
p { color: rgb(249,69,139); }
H1.HeaderClassName
{
color: #F9458B;
}
.AnyTagClassName
{
color: #F9458B;
}
</style>
background-color css
<style>
a { background-color: #F9458B; }
a { background-color: rgb(249,69,139); }
div.DivClassName
{
background-color: #F9458B;
}
.BgClassName
{
background-color: #F9458B;
}
</style>
border-color css
<style>
span { border-color: #F9458B; }
span { border-color: rgb(249,69,139); }
td.TdClassName
{
border-color: #F9458B;
}
.TagClassName
{
border-color: #F9458B;
}
</style>