Shades of Violet Red #F2418C
Tints of Violet Red #F2418C
RGB
CMYK
RGB Variations
Color information
#F2418C (or 0xF2418C) is known color: Violet Red. HEX triplet: F2, 41 and 8C. RGB value is (242,65,140). Sum of RGB (Red+Green+Blue) = 242+65+140=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F2418C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2418C is #0DBE73. Grayscale: #7E7E7E. Windows color (decimal): -900724 or 9191922. OLE color: 9191922.
HSL color Cylindrical-coordinate representation of color #F2418C: hue angle of 334.58º 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 #F2418C is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 140 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.05 |
| HSL | 334.58º | 0.87% | 0.6% | - |
| HSV(B) | 334.58º | 0.73% | 0.95% | - |
| XYZ | 43.24 | 24.55 | 27.27 | - |
| YUV | 126.47 | 135.64 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 140 | 0 | 0.73 | 0.42 | 0.05 | 334.58 | 0.87 | 0.6 |
| Hex | F2 | 41 | 8C | 0 | 49 | 2A | 5 | 14F | 57 | 3C |
| Octal | 362 | 101 | 214 | 0 | 111 | 52 | 5 | 517 | 127 | 74 |
| Binary | 11110010 | 1000001 | 10001100 | 0 | 1001001 | 101010 | 101 | 101001111 | 1010111 | 111100 |
Color Harmonies of #F2418C
Complementary color
Monochromatic Colors of #F2418C
Black with #F2418C
Text Example
Text Example
White with #F2418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2418C; }
p { color: rgb(242,65,140); }
H1.HeaderClassName
{
color: #F2418C;
}
.AnyTagClassName
{
color: #F2418C;
}
</style>
background-color css
<style>
a { background-color: #F2418C; }
a { background-color: rgb(242,65,140); }
div.DivClassName
{
background-color: #F2418C;
}
.BgClassName
{
background-color: #F2418C;
}
</style>
border-color css
<style>
span { border-color: #F2418C; }
span { border-color: rgb(242,65,140); }
td.TdClassName
{
border-color: #F2418C;
}
.TagClassName
{
border-color: #F2418C;
}
</style>