Shades of Violet Red #F7468F
Tints of Violet Red #F7468F
RGB
CMYK
RGB Variations
Color information
#F7468F (or 0xF7468F) is known color: Violet Red. HEX triplet: F7, 46 and 8F. RGB value is (247,70,143). Sum of RGB (Red+Green+Blue) = 247+70+143=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F7468F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7468F is #08B970. Grayscale: #838383. Windows color (decimal): -571761 or 9389815. OLE color: 9389815.
HSL color Cylindrical-coordinate representation of color #F7468F: hue angle of 335.25º 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 #F7468F is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 143 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.03 |
| HSL | 335.25º | 0.92% | 0.62% | - |
| HSV(B) | 335.25º | 0.72% | 0.97% | - |
| XYZ | 45.51 | 26.14 | 28.63 | - |
| YUV | 131.25 | 134.64 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 143 | 0 | 0.72 | 0.42 | 0.03 | 335.25 | 0.92 | 0.62 |
| Hex | F7 | 46 | 8F | 0 | 48 | 2A | 3 | 14F | 5C | 3E |
| Octal | 367 | 106 | 217 | 0 | 110 | 52 | 3 | 517 | 134 | 76 |
| Binary | 11110111 | 1000110 | 10001111 | 0 | 1001000 | 101010 | 11 | 101001111 | 1011100 | 111110 |
Color Harmonies of #F7468F
Complementary color
Monochromatic Colors of #F7468F
Black with #F7468F
Text Example
Text Example
White with #F7468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7468F; }
p { color: rgb(247,70,143); }
H1.HeaderClassName
{
color: #F7468F;
}
.AnyTagClassName
{
color: #F7468F;
}
</style>
background-color css
<style>
a { background-color: #F7468F; }
a { background-color: rgb(247,70,143); }
div.DivClassName
{
background-color: #F7468F;
}
.BgClassName
{
background-color: #F7468F;
}
</style>
border-color css
<style>
span { border-color: #F7468F; }
span { border-color: rgb(247,70,143); }
td.TdClassName
{
border-color: #F7468F;
}
.TagClassName
{
border-color: #F7468F;
}
</style>