Shades of Violet Red #F7378B
Tints of Violet Red #F7378B
RGB
CMYK
RGB Variations
Color information
#F7378B (or 0xF7378B) is known color: Violet Red. HEX triplet: F7, 37 and 8B. RGB value is (247,55,139). Sum of RGB (Red+Green+Blue) = 247+55+139=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F7378B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7378B is #08C874. Grayscale: #797979. Windows color (decimal): -575605 or 9123831. OLE color: 9123831.
HSL color Cylindrical-coordinate representation of color #F7378B: hue angle of 333.75º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F7378B is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 55 | 139 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.03 |
| HSL | 333.75º | 0.92% | 0.59% | - |
| HSV(B) | 333.75º | 0.78% | 0.97% | - |
| XYZ | 44.38 | 24.37 | 26.79 | - |
| YUV | 121.98 | 137.61 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 55 | 139 | 0 | 0.78 | 0.44 | 0.03 | 333.75 | 0.92 | 0.59 |
| Hex | F7 | 37 | 8B | 0 | 4E | 2C | 3 | 14E | 5C | 3B |
| Octal | 367 | 67 | 213 | 0 | 116 | 54 | 3 | 516 | 134 | 73 |
| Binary | 11110111 | 110111 | 10001011 | 0 | 1001110 | 101100 | 11 | 101001110 | 1011100 | 111011 |
Color Harmonies of #F7378B
Complementary color
Monochromatic Colors of #F7378B
Black with #F7378B
Text Example
Text Example
White with #F7378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7378B; }
p { color: rgb(247,55,139); }
H1.HeaderClassName
{
color: #F7378B;
}
.AnyTagClassName
{
color: #F7378B;
}
</style>
background-color css
<style>
a { background-color: #F7378B; }
a { background-color: rgb(247,55,139); }
div.DivClassName
{
background-color: #F7378B;
}
.BgClassName
{
background-color: #F7378B;
}
</style>
border-color css
<style>
span { border-color: #F7378B; }
span { border-color: rgb(247,55,139); }
td.TdClassName
{
border-color: #F7378B;
}
.TagClassName
{
border-color: #F7378B;
}
</style>