Shades of Violet Red #F2418B
Tints of Violet Red #F2418B
RGB
CMYK
RGB Variations
Color information
#F2418B (or 0xF2418B) is known color: Violet Red. HEX triplet: F2, 41 and 8B. RGB value is (242,65,139). Sum of RGB (Red+Green+Blue) = 242+65+139=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2418B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2418B is #0DBE74. Grayscale: #7E7E7E. Windows color (decimal): -900725 or 9126386. OLE color: 9126386.
HSL color Cylindrical-coordinate representation of color #F2418B: hue angle of 334.92º degrees, saturation: 0.87, 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 #F2418B is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 139 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.05 |
| HSL | 334.92º | 0.87% | 0.6% | - |
| HSV(B) | 334.92º | 0.73% | 0.95% | - |
| XYZ | 43.17 | 24.52 | 26.88 | - |
| YUV | 126.36 | 135.14 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 139 | 0 | 0.73 | 0.43 | 0.05 | 334.92 | 0.87 | 0.6 |
| Hex | F2 | 41 | 8B | 0 | 49 | 2B | 5 | 14F | 57 | 3C |
| Octal | 362 | 101 | 213 | 0 | 111 | 53 | 5 | 517 | 127 | 74 |
| Binary | 11110010 | 1000001 | 10001011 | 0 | 1001001 | 101011 | 101 | 101001111 | 1010111 | 111100 |
Color Harmonies of #F2418B
Complementary color
Monochromatic Colors of #F2418B
Black with #F2418B
Text Example
Text Example
White with #F2418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2418B; }
p { color: rgb(242,65,139); }
H1.HeaderClassName
{
color: #F2418B;
}
.AnyTagClassName
{
color: #F2418B;
}
</style>
background-color css
<style>
a { background-color: #F2418B; }
a { background-color: rgb(242,65,139); }
div.DivClassName
{
background-color: #F2418B;
}
.BgClassName
{
background-color: #F2418B;
}
</style>
border-color css
<style>
span { border-color: #F2418B; }
span { border-color: rgb(242,65,139); }
td.TdClassName
{
border-color: #F2418B;
}
.TagClassName
{
border-color: #F2418B;
}
</style>