Shades of Violet Red #F74397
Tints of Violet Red #F74397
RGB
CMYK
RGB Variations
Color information
#F74397 (or 0xF74397) is known color: Violet Red. HEX triplet: F7, 43 and 97. RGB value is (247,67,151). Sum of RGB (Red+Green+Blue) = 247+67+151=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F74397 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74397 is #08BC68. Grayscale: #828282. Windows color (decimal): -572521 or 9913335. OLE color: 9913335.
HSL color Cylindrical-coordinate representation of color #F74397: hue angle of 332º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F74397 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 67 | 151 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.03 |
| HSL | 332º | 0.92% | 0.62% | - |
| HSV(B) | 332º | 0.73% | 0.97% | - |
| XYZ | 45.95 | 26.02 | 31.88 | - |
| YUV | 130.4 | 139.63 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 67 | 151 | 0 | 0.73 | 0.39 | 0.03 | 332 | 0.92 | 0.62 |
| Hex | F7 | 43 | 97 | 0 | 49 | 27 | 3 | 14C | 5C | 3E |
| Octal | 367 | 103 | 227 | 0 | 111 | 47 | 3 | 514 | 134 | 76 |
| Binary | 11110111 | 1000011 | 10010111 | 0 | 1001001 | 100111 | 11 | 101001100 | 1011100 | 111110 |
Color Harmonies of #F74397
Complementary color
Monochromatic Colors of #F74397
Black with #F74397
Text Example
Text Example
White with #F74397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74397; }
p { color: rgb(247,67,151); }
H1.HeaderClassName
{
color: #F74397;
}
.AnyTagClassName
{
color: #F74397;
}
</style>
background-color css
<style>
a { background-color: #F74397; }
a { background-color: rgb(247,67,151); }
div.DivClassName
{
background-color: #F74397;
}
.BgClassName
{
background-color: #F74397;
}
</style>
border-color css
<style>
span { border-color: #F74397; }
span { border-color: rgb(247,67,151); }
td.TdClassName
{
border-color: #F74397;
}
.TagClassName
{
border-color: #F74397;
}
</style>