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