Shades of Violet Red #F74181
Tints of Violet Red #F74181
RGB
CMYK
RGB Variations
Color information
#F74181 (or 0xF74181) is known color: Violet Red. HEX triplet: F7, 41 and 81. RGB value is (247,65,129). Sum of RGB (Red+Green+Blue) = 247+65+129=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F74181 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74181 is #08BE7E. Grayscale: #7E7E7E. Windows color (decimal): -573055 or 8471031. OLE color: 8471031.
HSL color Cylindrical-coordinate representation of color #F74181: hue angle of 338.9º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F74181 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 129 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.03 |
| HSL | 338.9º | 0.92% | 0.61% | - |
| HSV(B) | 338.9º | 0.74% | 0.97% | - |
| XYZ | 44.21 | 25.14 | 23.29 | - |
| YUV | 126.71 | 129.3 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 129 | 0 | 0.74 | 0.48 | 0.03 | 338.9 | 0.92 | 0.61 |
| Hex | F7 | 41 | 81 | 0 | 4A | 30 | 3 | 153 | 5C | 3D |
| Octal | 367 | 101 | 201 | 0 | 112 | 60 | 3 | 523 | 134 | 75 |
| Binary | 11110111 | 1000001 | 10000001 | 0 | 1001010 | 110000 | 11 | 101010011 | 1011100 | 111101 |
Color Harmonies of #F74181
Complementary color
Monochromatic Colors of #F74181
Black with #F74181
Text Example
Text Example
White with #F74181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74181; }
p { color: rgb(247,65,129); }
H1.HeaderClassName
{
color: #F74181;
}
.AnyTagClassName
{
color: #F74181;
}
</style>
background-color css
<style>
a { background-color: #F74181; }
a { background-color: rgb(247,65,129); }
div.DivClassName
{
background-color: #F74181;
}
.BgClassName
{
background-color: #F74181;
}
</style>
border-color css
<style>
span { border-color: #F74181; }
span { border-color: rgb(247,65,129); }
td.TdClassName
{
border-color: #F74181;
}
.TagClassName
{
border-color: #F74181;
}
</style>