Shades of Violet Red #F2438C
Tints of Violet Red #F2438C
RGB
CMYK
RGB Variations
Color information
#F2438C (or 0xF2438C) is known color: Violet Red. HEX triplet: F2, 43 and 8C. RGB value is (242,67,140). Sum of RGB (Red+Green+Blue) = 242+67+140=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2438C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2438C is #0DBC73. Grayscale: #7F7F7F. Windows color (decimal): -900212 or 9192434. OLE color: 9192434.
HSL color Cylindrical-coordinate representation of color #F2438C: hue angle of 334.97º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2438C is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 140 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.05 |
| HSL | 334.97º | 0.87% | 0.61% | - |
| HSV(B) | 334.97º | 0.72% | 0.95% | - |
| XYZ | 43.36 | 24.79 | 27.31 | - |
| YUV | 127.65 | 134.98 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 140 | 0 | 0.72 | 0.42 | 0.05 | 334.97 | 0.87 | 0.61 |
| Hex | F2 | 43 | 8C | 0 | 48 | 2A | 5 | 14F | 57 | 3D |
| Octal | 362 | 103 | 214 | 0 | 110 | 52 | 5 | 517 | 127 | 75 |
| Binary | 11110010 | 1000011 | 10001100 | 0 | 1001000 | 101010 | 101 | 101001111 | 1010111 | 111101 |
Color Harmonies of #F2438C
Complementary color
Monochromatic Colors of #F2438C
Black with #F2438C
Text Example
Text Example
White with #F2438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2438C; }
p { color: rgb(242,67,140); }
H1.HeaderClassName
{
color: #F2438C;
}
.AnyTagClassName
{
color: #F2438C;
}
</style>
background-color css
<style>
a { background-color: #F2438C; }
a { background-color: rgb(242,67,140); }
div.DivClassName
{
background-color: #F2438C;
}
.BgClassName
{
background-color: #F2438C;
}
</style>
border-color css
<style>
span { border-color: #F2438C; }
span { border-color: rgb(242,67,140); }
td.TdClassName
{
border-color: #F2438C;
}
.TagClassName
{
border-color: #F2438C;
}
</style>