Shades of Violet Red #F1408B
Tints of Violet Red #F1408B
RGB
CMYK
RGB Variations
Color information
#F1408B (or 0xF1408B) is known color: Violet Red. HEX triplet: F1, 40 and 8B. RGB value is (241,64,139). Sum of RGB (Red+Green+Blue) = 241+64+139=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F1408B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1408B is #0EBF74. Grayscale: #7D7D7D. Windows color (decimal): -966517 or 9126129. OLE color: 9126129.
HSL color Cylindrical-coordinate representation of color #F1408B: hue angle of 334.58º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1408B is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 139 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.05 |
| HSL | 334.58º | 0.86% | 0.6% | - |
| HSV(B) | 334.58º | 0.73% | 0.95% | - |
| XYZ | 42.77 | 24.23 | 26.85 | - |
| YUV | 125.47 | 135.64 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 139 | 0 | 0.73 | 0.42 | 0.05 | 334.58 | 0.86 | 0.6 |
| Hex | F1 | 40 | 8B | 0 | 49 | 2A | 5 | 14F | 56 | 3C |
| Octal | 361 | 100 | 213 | 0 | 111 | 52 | 5 | 517 | 126 | 74 |
| Binary | 11110001 | 1000000 | 10001011 | 0 | 1001001 | 101010 | 101 | 101001111 | 1010110 | 111100 |
Color Harmonies of #F1408B
Complementary color
Monochromatic Colors of #F1408B
Black with #F1408B
Text Example
Text Example
White with #F1408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1408B; }
p { color: rgb(241,64,139); }
H1.HeaderClassName
{
color: #F1408B;
}
.AnyTagClassName
{
color: #F1408B;
}
</style>
background-color css
<style>
a { background-color: #F1408B; }
a { background-color: rgb(241,64,139); }
div.DivClassName
{
background-color: #F1408B;
}
.BgClassName
{
background-color: #F1408B;
}
</style>
border-color css
<style>
span { border-color: #F1408B; }
span { border-color: rgb(241,64,139); }
td.TdClassName
{
border-color: #F1408B;
}
.TagClassName
{
border-color: #F1408B;
}
</style>