Shades of Violet Red #F1307C
Tints of Violet Red #F1307C
RGB
CMYK
RGB Variations
Color information
#F1307C (or 0xF1307C) is known color: Violet Red. HEX triplet: F1, 30 and 7C. RGB value is (241,48,124). Sum of RGB (Red+Green+Blue) = 241+48+124=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F1307C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1307C is #0ECF83. Grayscale: #727272. Windows color (decimal): -970628 or 8138993. OLE color: 8138993.
HSL color Cylindrical-coordinate representation of color #F1307C: hue angle of 336.37º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1307C is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 48 | 124 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.05 |
| HSL | 336.37º | 0.87% | 0.57% | - |
| HSV(B) | 336.37º | 0.8% | 0.95% | - |
| XYZ | 40.97 | 22.27 | 21.21 | - |
| YUV | 114.37 | 133.44 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 48 | 124 | 0 | 0.80 | 0.49 | 0.05 | 336.37 | 0.87 | 0.57 |
| Hex | F1 | 30 | 7C | 0 | 50 | 31 | 5 | 150 | 57 | 39 |
| Octal | 361 | 60 | 174 | 0 | 120 | 61 | 5 | 520 | 127 | 71 |
| Binary | 11110001 | 110000 | 1111100 | 0 | 1010000 | 110001 | 101 | 101010000 | 1010111 | 111001 |
Color Harmonies of #F1307C
Complementary color
Monochromatic Colors of #F1307C
Black with #F1307C
Text Example
Text Example
White with #F1307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1307C; }
p { color: rgb(241,48,124); }
H1.HeaderClassName
{
color: #F1307C;
}
.AnyTagClassName
{
color: #F1307C;
}
</style>
background-color css
<style>
a { background-color: #F1307C; }
a { background-color: rgb(241,48,124); }
div.DivClassName
{
background-color: #F1307C;
}
.BgClassName
{
background-color: #F1307C;
}
</style>
border-color css
<style>
span { border-color: #F1307C; }
span { border-color: rgb(241,48,124); }
td.TdClassName
{
border-color: #F1307C;
}
.TagClassName
{
border-color: #F1307C;
}
</style>