Shades of Violet Red #F2458D
Tints of Violet Red #F2458D
RGB
CMYK
RGB Variations
Color information
#F2458D (or 0xF2458D) is known color: Violet Red. HEX triplet: F2, 45 and 8D. RGB value is (242,69,141). Sum of RGB (Red+Green+Blue) = 242+69+141=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2458D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2458D is #0DBA72. Grayscale: #808080. Windows color (decimal): -899699 or 9258482. OLE color: 9258482.
HSL color Cylindrical-coordinate representation of color #F2458D: hue angle of 335.03º 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 #F2458D is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 141 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.05 |
| HSL | 335.03º | 0.87% | 0.61% | - |
| HSV(B) | 335.03º | 0.71% | 0.95% | - |
| XYZ | 43.55 | 25.06 | 27.74 | - |
| YUV | 128.94 | 134.81 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 141 | 0 | 0.71 | 0.42 | 0.05 | 335.03 | 0.87 | 0.61 |
| Hex | F2 | 45 | 8D | 0 | 47 | 2A | 5 | 14F | 57 | 3D |
| Octal | 362 | 105 | 215 | 0 | 107 | 52 | 5 | 517 | 127 | 75 |
| Binary | 11110010 | 1000101 | 10001101 | 0 | 1000111 | 101010 | 101 | 101001111 | 1010111 | 111101 |
Color Harmonies of #F2458D
Complementary color
Monochromatic Colors of #F2458D
Black with #F2458D
Text Example
Text Example
White with #F2458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2458D; }
p { color: rgb(242,69,141); }
H1.HeaderClassName
{
color: #F2458D;
}
.AnyTagClassName
{
color: #F2458D;
}
</style>
background-color css
<style>
a { background-color: #F2458D; }
a { background-color: rgb(242,69,141); }
div.DivClassName
{
background-color: #F2458D;
}
.BgClassName
{
background-color: #F2458D;
}
</style>
border-color css
<style>
span { border-color: #F2458D; }
span { border-color: rgb(242,69,141); }
td.TdClassName
{
border-color: #F2458D;
}
.TagClassName
{
border-color: #F2458D;
}
</style>