Shades of Violet Red #F13B7C
Tints of Violet Red #F13B7C
RGB
CMYK
RGB Variations
Color information
#F13B7C (or 0xF13B7C) is known color: Violet Red. HEX triplet: F1, 3B and 7C. RGB value is (241,59,124). Sum of RGB (Red+Green+Blue) = 241+59+124=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F13B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13B7C is #0EC483. Grayscale: #787878. Windows color (decimal): -967812 or 8141809. OLE color: 8141809.
HSL color Cylindrical-coordinate representation of color #F13B7C: hue angle of 338.57º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13B7C is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 59 | 124 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.05 |
| HSL | 338.57º | 0.87% | 0.59% | - |
| HSV(B) | 338.57º | 0.76% | 0.95% | - |
| XYZ | 41.48 | 23.28 | 21.38 | - |
| YUV | 120.83 | 129.8 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 59 | 124 | 0 | 0.76 | 0.49 | 0.05 | 338.57 | 0.87 | 0.59 |
| Hex | F1 | 3B | 7C | 0 | 4C | 31 | 5 | 153 | 57 | 3B |
| Octal | 361 | 73 | 174 | 0 | 114 | 61 | 5 | 523 | 127 | 73 |
| Binary | 11110001 | 111011 | 1111100 | 0 | 1001100 | 110001 | 101 | 101010011 | 1010111 | 111011 |
Color Harmonies of #F13B7C
Complementary color
Monochromatic Colors of #F13B7C
Black with #F13B7C
Text Example
Text Example
White with #F13B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13B7C; }
p { color: rgb(241,59,124); }
H1.HeaderClassName
{
color: #F13B7C;
}
.AnyTagClassName
{
color: #F13B7C;
}
</style>
background-color css
<style>
a { background-color: #F13B7C; }
a { background-color: rgb(241,59,124); }
div.DivClassName
{
background-color: #F13B7C;
}
.BgClassName
{
background-color: #F13B7C;
}
</style>
border-color css
<style>
span { border-color: #F13B7C; }
span { border-color: rgb(241,59,124); }
td.TdClassName
{
border-color: #F13B7C;
}
.TagClassName
{
border-color: #F13B7C;
}
</style>