Shades of Violet Red #F74486
Tints of Violet Red #F74486
RGB
CMYK
RGB Variations
Color information
#F74486 (or 0xF74486) is known color: Violet Red. HEX triplet: F7, 44 and 86. RGB value is (247,68,134). Sum of RGB (Red+Green+Blue) = 247+68+134=449 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.01% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 247 - color contains mainly: red. Hex color #F74486 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74486 is #08BB79. Grayscale: #808080. Windows color (decimal): -572282 or 8799479. OLE color: 8799479.
HSL color Cylindrical-coordinate representation of color #F74486: hue angle of 337.88º 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 #F74486 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 134 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.03 |
| HSL | 337.88º | 0.92% | 0.62% | - |
| HSV(B) | 337.88º | 0.72% | 0.97% | - |
| XYZ | 44.73 | 25.63 | 25.14 | - |
| YUV | 129.05 | 130.8 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 134 | 0 | 0.72 | 0.46 | 0.03 | 337.88 | 0.92 | 0.62 |
| Hex | F7 | 44 | 86 | 0 | 48 | 2E | 3 | 152 | 5C | 3E |
| Octal | 367 | 104 | 206 | 0 | 110 | 56 | 3 | 522 | 134 | 76 |
| Binary | 11110111 | 1000100 | 10000110 | 0 | 1001000 | 101110 | 11 | 101010010 | 1011100 | 111110 |
Color Harmonies of #F74486
Complementary color
Monochromatic Colors of #F74486
Black with #F74486
Text Example
Text Example
White with #F74486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74486; }
p { color: rgb(247,68,134); }
H1.HeaderClassName
{
color: #F74486;
}
.AnyTagClassName
{
color: #F74486;
}
</style>
background-color css
<style>
a { background-color: #F74486; }
a { background-color: rgb(247,68,134); }
div.DivClassName
{
background-color: #F74486;
}
.BgClassName
{
background-color: #F74486;
}
</style>
border-color css
<style>
span { border-color: #F74486; }
span { border-color: rgb(247,68,134); }
td.TdClassName
{
border-color: #F74486;
}
.TagClassName
{
border-color: #F74486;
}
</style>