Shades of Violet Red #F2468D
Tints of Violet Red #F2468D
RGB
CMYK
RGB Variations
Color information
#F2468D (or 0xF2468D) is known color: Violet Red. HEX triplet: F2, 46 and 8D. RGB value is (242,70,141). Sum of RGB (Red+Green+Blue) = 242+70+141=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2468D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2468D is #0DB972. Grayscale: #818181. Windows color (decimal): -899443 or 9258738. OLE color: 9258738.
HSL color Cylindrical-coordinate representation of color #F2468D: hue angle of 335.23º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2468D is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 141 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.05 |
| HSL | 335.23º | 0.87% | 0.61% | - |
| HSV(B) | 335.23º | 0.71% | 0.95% | - |
| XYZ | 43.62 | 25.18 | 27.76 | - |
| YUV | 129.52 | 134.48 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 141 | 0 | 0.71 | 0.42 | 0.05 | 335.23 | 0.87 | 0.61 |
| Hex | F2 | 46 | 8D | 0 | 47 | 2A | 5 | 14F | 57 | 3D |
| Octal | 362 | 106 | 215 | 0 | 107 | 52 | 5 | 517 | 127 | 75 |
| Binary | 11110010 | 1000110 | 10001101 | 0 | 1000111 | 101010 | 101 | 101001111 | 1010111 | 111101 |
Color Harmonies of #F2468D
Complementary color
Monochromatic Colors of #F2468D
Black with #F2468D
Text Example
Text Example
White with #F2468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2468D; }
p { color: rgb(242,70,141); }
H1.HeaderClassName
{
color: #F2468D;
}
.AnyTagClassName
{
color: #F2468D;
}
</style>
background-color css
<style>
a { background-color: #F2468D; }
a { background-color: rgb(242,70,141); }
div.DivClassName
{
background-color: #F2468D;
}
.BgClassName
{
background-color: #F2468D;
}
</style>
border-color css
<style>
span { border-color: #F2468D; }
span { border-color: rgb(242,70,141); }
td.TdClassName
{
border-color: #F2468D;
}
.TagClassName
{
border-color: #F2468D;
}
</style>