Shades of Violet Red #F1438A
Tints of Violet Red #F1438A
RGB
CMYK
RGB Variations
Color information
#F1438A (or 0xF1438A) is known color: Violet Red. HEX triplet: F1, 43 and 8A. RGB value is (241,67,138). Sum of RGB (Red+Green+Blue) = 241+67+138=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F1438A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1438A is #0EBC75. Grayscale: #7F7F7F. Windows color (decimal): -965750 or 9061361. OLE color: 9061361.
HSL color Cylindrical-coordinate representation of color #F1438A: hue angle of 335.52º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F1438A is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 138 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.05 |
| HSL | 335.52º | 0.86% | 0.6% | - |
| HSV(B) | 335.52º | 0.72% | 0.95% | - |
| XYZ | 42.87 | 24.55 | 26.52 | - |
| YUV | 127.12 | 134.15 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 138 | 0 | 0.72 | 0.43 | 0.05 | 335.52 | 0.86 | 0.6 |
| Hex | F1 | 43 | 8A | 0 | 48 | 2B | 5 | 150 | 56 | 3C |
| Octal | 361 | 103 | 212 | 0 | 110 | 53 | 5 | 520 | 126 | 74 |
| Binary | 11110001 | 1000011 | 10001010 | 0 | 1001000 | 101011 | 101 | 101010000 | 1010110 | 111100 |
Color Harmonies of #F1438A
Complementary color
Monochromatic Colors of #F1438A
Black with #F1438A
Text Example
Text Example
White with #F1438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1438A; }
p { color: rgb(241,67,138); }
H1.HeaderClassName
{
color: #F1438A;
}
.AnyTagClassName
{
color: #F1438A;
}
</style>
background-color css
<style>
a { background-color: #F1438A; }
a { background-color: rgb(241,67,138); }
div.DivClassName
{
background-color: #F1438A;
}
.BgClassName
{
background-color: #F1438A;
}
</style>
border-color css
<style>
span { border-color: #F1438A; }
span { border-color: rgb(241,67,138); }
td.TdClassName
{
border-color: #F1438A;
}
.TagClassName
{
border-color: #F1438A;
}
</style>