Shades of Violet Red #F2449A
Tints of Violet Red #F2449A
RGB
CMYK
RGB Variations
Color information
#F2449A (or 0xF2449A) is known color: Violet Red. HEX triplet: F2, 44 and 9A. RGB value is (242,68,154). Sum of RGB (Red+Green+Blue) = 242+68+154=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2449A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2449A is #0DBB65. Grayscale: #818181. Windows color (decimal): -899942 or 10110194. OLE color: 10110194.
HSL color Cylindrical-coordinate representation of color #F2449A: hue angle of 330.34º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2449A is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 68 | 154 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.05 |
| HSL | 330.34º | 0.87% | 0.61% | - |
| HSV(B) | 330.34º | 0.72% | 0.95% | - |
| XYZ | 44.52 | 25.34 | 33.12 | - |
| YUV | 129.83 | 141.65 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 154 | 0 | 0.72 | 0.36 | 0.05 | 330.34 | 0.87 | 0.61 |
| Hex | F2 | 44 | 9A | 0 | 48 | 24 | 5 | 14A | 57 | 3D |
| Octal | 362 | 104 | 232 | 0 | 110 | 44 | 5 | 512 | 127 | 75 |
| Binary | 11110010 | 1000100 | 10011010 | 0 | 1001000 | 100100 | 101 | 101001010 | 1010111 | 111101 |
Color Harmonies of #F2449A
Complementary color
Monochromatic Colors of #F2449A
Black with #F2449A
Text Example
Text Example
White with #F2449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2449A; }
p { color: rgb(242,68,154); }
H1.HeaderClassName
{
color: #F2449A;
}
.AnyTagClassName
{
color: #F2449A;
}
</style>
background-color css
<style>
a { background-color: #F2449A; }
a { background-color: rgb(242,68,154); }
div.DivClassName
{
background-color: #F2449A;
}
.BgClassName
{
background-color: #F2449A;
}
</style>
border-color css
<style>
span { border-color: #F2449A; }
span { border-color: rgb(242,68,154); }
td.TdClassName
{
border-color: #F2449A;
}
.TagClassName
{
border-color: #F2449A;
}
</style>