Shades of Violet Red #F13C7D
Tints of Violet Red #F13C7D
RGB
CMYK
RGB Variations
Color information
#F13C7D (or 0xF13C7D) is known color: Violet Red. HEX triplet: F1, 3C and 7D. RGB value is (241,60,125). Sum of RGB (Red+Green+Blue) = 241+60+125=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13C7D is #0EC382. Grayscale: #797979. Windows color (decimal): -967555 or 8207601. OLE color: 8207601.
HSL color Cylindrical-coordinate representation of color #F13C7D: hue angle of 338.45º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F13C7D is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 60 | 125 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.05 |
| HSL | 338.45º | 0.87% | 0.59% | - |
| HSV(B) | 338.45º | 0.75% | 0.95% | - |
| XYZ | 41.59 | 23.41 | 21.73 | - |
| YUV | 121.53 | 129.97 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 60 | 125 | 0 | 0.75 | 0.48 | 0.05 | 338.45 | 0.87 | 0.59 |
| Hex | F1 | 3C | 7D | 0 | 4B | 30 | 5 | 152 | 57 | 3B |
| Octal | 361 | 74 | 175 | 0 | 113 | 60 | 5 | 522 | 127 | 73 |
| Binary | 11110001 | 111100 | 1111101 | 0 | 1001011 | 110000 | 101 | 101010010 | 1010111 | 111011 |
Color Harmonies of #F13C7D
Complementary color
Monochromatic Colors of #F13C7D
Black with #F13C7D
Text Example
Text Example
White with #F13C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13C7D; }
p { color: rgb(241,60,125); }
H1.HeaderClassName
{
color: #F13C7D;
}
.AnyTagClassName
{
color: #F13C7D;
}
</style>
background-color css
<style>
a { background-color: #F13C7D; }
a { background-color: rgb(241,60,125); }
div.DivClassName
{
background-color: #F13C7D;
}
.BgClassName
{
background-color: #F13C7D;
}
</style>
border-color css
<style>
span { border-color: #F13C7D; }
span { border-color: rgb(241,60,125); }
td.TdClassName
{
border-color: #F13C7D;
}
.TagClassName
{
border-color: #F13C7D;
}
</style>