Shades of Violet Red #F2458A
Tints of Violet Red #F2458A
RGB
CMYK
RGB Variations
Color information
#F2458A (or 0xF2458A) is known color: Violet Red. HEX triplet: F2, 45 and 8A. RGB value is (242,69,138). Sum of RGB (Red+Green+Blue) = 242+69+138=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2458A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2458A is #0DBA75. Grayscale: #808080. Windows color (decimal): -899702 or 9061874. OLE color: 9061874.
HSL color Cylindrical-coordinate representation of color #F2458A: hue angle of 336.07º 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 #F2458A is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 138 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.05 |
| HSL | 336.07º | 0.87% | 0.61% | - |
| HSV(B) | 336.07º | 0.71% | 0.95% | - |
| XYZ | 43.33 | 24.97 | 26.58 | - |
| YUV | 128.59 | 133.31 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 138 | 0 | 0.71 | 0.43 | 0.05 | 336.07 | 0.87 | 0.61 |
| Hex | F2 | 45 | 8A | 0 | 47 | 2B | 5 | 150 | 57 | 3D |
| Octal | 362 | 105 | 212 | 0 | 107 | 53 | 5 | 520 | 127 | 75 |
| Binary | 11110010 | 1000101 | 10001010 | 0 | 1000111 | 101011 | 101 | 101010000 | 1010111 | 111101 |
Color Harmonies of #F2458A
Complementary color
Monochromatic Colors of #F2458A
Black with #F2458A
Text Example
Text Example
White with #F2458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2458A; }
p { color: rgb(242,69,138); }
H1.HeaderClassName
{
color: #F2458A;
}
.AnyTagClassName
{
color: #F2458A;
}
</style>
background-color css
<style>
a { background-color: #F2458A; }
a { background-color: rgb(242,69,138); }
div.DivClassName
{
background-color: #F2458A;
}
.BgClassName
{
background-color: #F2458A;
}
</style>
border-color css
<style>
span { border-color: #F2458A; }
span { border-color: rgb(242,69,138); }
td.TdClassName
{
border-color: #F2458A;
}
.TagClassName
{
border-color: #F2458A;
}
</style>