Shades of Violet Red #F2459C
Tints of Violet Red #F2459C
RGB
CMYK
RGB Variations
Color information
#F2459C (or 0xF2459C) is known color: Violet Red. HEX triplet: F2, 45 and 9C. RGB value is (242,69,156). Sum of RGB (Red+Green+Blue) = 242+69+156=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2459C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2459C is #0DBA63. Grayscale: #828282. Windows color (decimal): -899684 or 10241522. OLE color: 10241522.
HSL color Cylindrical-coordinate representation of color #F2459C: hue angle of 329.83º 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 #F2459C is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 156 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.05 |
| HSL | 329.83º | 0.87% | 0.61% | - |
| HSV(B) | 329.83º | 0.71% | 0.95% | - |
| XYZ | 44.75 | 25.53 | 34.02 | - |
| YUV | 130.65 | 142.31 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 156 | 0 | 0.71 | 0.36 | 0.05 | 329.83 | 0.87 | 0.61 |
| Hex | F2 | 45 | 9C | 0 | 47 | 24 | 5 | 14A | 57 | 3D |
| Octal | 362 | 105 | 234 | 0 | 107 | 44 | 5 | 512 | 127 | 75 |
| Binary | 11110010 | 1000101 | 10011100 | 0 | 1000111 | 100100 | 101 | 101001010 | 1010111 | 111101 |
Color Harmonies of #F2459C
Complementary color
Monochromatic Colors of #F2459C
Black with #F2459C
Text Example
Text Example
White with #F2459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2459C; }
p { color: rgb(242,69,156); }
H1.HeaderClassName
{
color: #F2459C;
}
.AnyTagClassName
{
color: #F2459C;
}
</style>
background-color css
<style>
a { background-color: #F2459C; }
a { background-color: rgb(242,69,156); }
div.DivClassName
{
background-color: #F2459C;
}
.BgClassName
{
background-color: #F2459C;
}
</style>
border-color css
<style>
span { border-color: #F2459C; }
span { border-color: rgb(242,69,156); }
td.TdClassName
{
border-color: #F2459C;
}
.TagClassName
{
border-color: #F2459C;
}
</style>