Shades of Violet Red #F74681
Tints of Violet Red #F74681
RGB
CMYK
RGB Variations
Color information
#F74681 (or 0xF74681) is known color: Violet Red. HEX triplet: F7, 46 and 81. RGB value is (247,70,129). Sum of RGB (Red+Green+Blue) = 247+70+129=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F74681 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74681 is #08B97E. Grayscale: #818181. Windows color (decimal): -571775 or 8472311. OLE color: 8472311.
HSL color Cylindrical-coordinate representation of color #F74681: hue angle of 340º 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 #F74681 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 129 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.03 |
| HSL | 340º | 0.92% | 0.62% | - |
| HSV(B) | 340º | 0.72% | 0.97% | - |
| XYZ | 44.51 | 25.74 | 23.39 | - |
| YUV | 129.65 | 127.64 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 129 | 0 | 0.72 | 0.48 | 0.03 | 340 | 0.92 | 0.62 |
| Hex | F7 | 46 | 81 | 0 | 48 | 30 | 3 | 154 | 5C | 3E |
| Octal | 367 | 106 | 201 | 0 | 110 | 60 | 3 | 524 | 134 | 76 |
| Binary | 11110111 | 1000110 | 10000001 | 0 | 1001000 | 110000 | 11 | 101010100 | 1011100 | 111110 |
Color Harmonies of #F74681
Complementary color
Monochromatic Colors of #F74681
Black with #F74681
Text Example
Text Example
White with #F74681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74681; }
p { color: rgb(247,70,129); }
H1.HeaderClassName
{
color: #F74681;
}
.AnyTagClassName
{
color: #F74681;
}
</style>
background-color css
<style>
a { background-color: #F74681; }
a { background-color: rgb(247,70,129); }
div.DivClassName
{
background-color: #F74681;
}
.BgClassName
{
background-color: #F74681;
}
</style>
border-color css
<style>
span { border-color: #F74681; }
span { border-color: rgb(247,70,129); }
td.TdClassName
{
border-color: #F74681;
}
.TagClassName
{
border-color: #F74681;
}
</style>