Shades of Violet Red #F13F7B
Tints of Violet Red #F13F7B
RGB
CMYK
RGB Variations
Color information
#F13F7B (or 0xF13F7B) is known color: Violet Red. HEX triplet: F1, 3F and 7B. RGB value is (241,63,123). Sum of RGB (Red+Green+Blue) = 241+63+123=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13F7B is #0EC084. Grayscale: #7B7B7B. Windows color (decimal): -966789 or 8077297. OLE color: 8077297.
HSL color Cylindrical-coordinate representation of color #F13F7B: hue angle of 339.78º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13F7B is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 63 | 123 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.05 |
| HSL | 339.78º | 0.86% | 0.6% | - |
| HSV(B) | 339.78º | 0.74% | 0.95% | - |
| XYZ | 41.63 | 23.69 | 21.12 | - |
| YUV | 123.06 | 127.97 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 63 | 123 | 0 | 0.74 | 0.49 | 0.05 | 339.78 | 0.86 | 0.6 |
| Hex | F1 | 3F | 7B | 0 | 4A | 31 | 5 | 154 | 56 | 3C |
| Octal | 361 | 77 | 173 | 0 | 112 | 61 | 5 | 524 | 126 | 74 |
| Binary | 11110001 | 111111 | 1111011 | 0 | 1001010 | 110001 | 101 | 101010100 | 1010110 | 111100 |
Color Harmonies of #F13F7B
Complementary color
Monochromatic Colors of #F13F7B
Black with #F13F7B
Text Example
Text Example
White with #F13F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13F7B; }
p { color: rgb(241,63,123); }
H1.HeaderClassName
{
color: #F13F7B;
}
.AnyTagClassName
{
color: #F13F7B;
}
</style>
background-color css
<style>
a { background-color: #F13F7B; }
a { background-color: rgb(241,63,123); }
div.DivClassName
{
background-color: #F13F7B;
}
.BgClassName
{
background-color: #F13F7B;
}
</style>
border-color css
<style>
span { border-color: #F13F7B; }
span { border-color: rgb(241,63,123); }
td.TdClassName
{
border-color: #F13F7B;
}
.TagClassName
{
border-color: #F13F7B;
}
</style>