Shades of Violet Red #F13A7B
Tints of Violet Red #F13A7B
RGB
CMYK
RGB Variations
Color information
#F13A7B (or 0xF13A7B) is known color: Violet Red. HEX triplet: F1, 3A and 7B. RGB value is (241,58,123). Sum of RGB (Red+Green+Blue) = 241+58+123=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13A7B is #0EC584. Grayscale: #787878. Windows color (decimal): -968069 or 8076017. OLE color: 8076017.
HSL color Cylindrical-coordinate representation of color #F13A7B: hue angle of 338.69º 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 #F13A7B is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 58 | 123 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.05 |
| HSL | 338.69º | 0.87% | 0.59% | - |
| HSV(B) | 338.69º | 0.76% | 0.95% | - |
| XYZ | 41.36 | 23.16 | 21.03 | - |
| YUV | 120.13 | 129.63 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 58 | 123 | 0 | 0.76 | 0.49 | 0.05 | 338.69 | 0.87 | 0.59 |
| Hex | F1 | 3A | 7B | 0 | 4C | 31 | 5 | 153 | 57 | 3B |
| Octal | 361 | 72 | 173 | 0 | 114 | 61 | 5 | 523 | 127 | 73 |
| Binary | 11110001 | 111010 | 1111011 | 0 | 1001100 | 110001 | 101 | 101010011 | 1010111 | 111011 |
Color Harmonies of #F13A7B
Complementary color
Monochromatic Colors of #F13A7B
Black with #F13A7B
Text Example
Text Example
White with #F13A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13A7B; }
p { color: rgb(241,58,123); }
H1.HeaderClassName
{
color: #F13A7B;
}
.AnyTagClassName
{
color: #F13A7B;
}
</style>
background-color css
<style>
a { background-color: #F13A7B; }
a { background-color: rgb(241,58,123); }
div.DivClassName
{
background-color: #F13A7B;
}
.BgClassName
{
background-color: #F13A7B;
}
</style>
border-color css
<style>
span { border-color: #F13A7B; }
span { border-color: rgb(241,58,123); }
td.TdClassName
{
border-color: #F13A7B;
}
.TagClassName
{
border-color: #F13A7B;
}
</style>