Shades of Violet Red #F7458B
Tints of Violet Red #F7458B
RGB
CMYK
RGB Variations
Color information
#F7458B (or 0xF7458B) is known color: Violet Red. HEX triplet: F7, 45 and 8B. RGB value is (247,69,139). Sum of RGB (Red+Green+Blue) = 247+69+139=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F7458B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7458B is #08BA74. Grayscale: #828282. Windows color (decimal): -572021 or 9127415. OLE color: 9127415.
HSL color Cylindrical-coordinate representation of color #F7458B: hue angle of 336.4º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F7458B is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 69 | 139 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.03 |
| HSL | 336.4º | 0.92% | 0.62% | - |
| HSV(B) | 336.4º | 0.72% | 0.97% | - |
| XYZ | 45.15 | 25.89 | 27.04 | - |
| YUV | 130.2 | 132.97 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 69 | 139 | 0 | 0.72 | 0.44 | 0.03 | 336.4 | 0.92 | 0.62 |
| Hex | F7 | 45 | 8B | 0 | 48 | 2C | 3 | 150 | 5C | 3E |
| Octal | 367 | 105 | 213 | 0 | 110 | 54 | 3 | 520 | 134 | 76 |
| Binary | 11110111 | 1000101 | 10001011 | 0 | 1001000 | 101100 | 11 | 101010000 | 1011100 | 111110 |
Color Harmonies of #F7458B
Complementary color
Monochromatic Colors of #F7458B
Black with #F7458B
Text Example
Text Example
White with #F7458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7458B; }
p { color: rgb(247,69,139); }
H1.HeaderClassName
{
color: #F7458B;
}
.AnyTagClassName
{
color: #F7458B;
}
</style>
background-color css
<style>
a { background-color: #F7458B; }
a { background-color: rgb(247,69,139); }
div.DivClassName
{
background-color: #F7458B;
}
.BgClassName
{
background-color: #F7458B;
}
</style>
border-color css
<style>
span { border-color: #F7458B; }
span { border-color: rgb(247,69,139); }
td.TdClassName
{
border-color: #F7458B;
}
.TagClassName
{
border-color: #F7458B;
}
</style>