Shades of Violet Red #F2408C
Tints of Violet Red #F2408C
RGB
CMYK
RGB Variations
Color information
#F2408C (or 0xF2408C) is known color: Violet Red. HEX triplet: F2, 40 and 8C. RGB value is (242,64,140). Sum of RGB (Red+Green+Blue) = 242+64+140=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2408C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2408C is #0DBF73. Grayscale: #7D7D7D. Windows color (decimal): -900980 or 9191666. OLE color: 9191666.
HSL color Cylindrical-coordinate representation of color #F2408C: hue angle of 334.38º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2408C is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 140 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.05 |
| HSL | 334.38º | 0.87% | 0.6% | - |
| HSV(B) | 334.38º | 0.74% | 0.95% | - |
| XYZ | 43.18 | 24.44 | 27.25 | - |
| YUV | 125.89 | 135.97 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 140 | 0 | 0.74 | 0.42 | 0.05 | 334.38 | 0.87 | 0.6 |
| Hex | F2 | 40 | 8C | 0 | 4A | 2A | 5 | 14E | 57 | 3C |
| Octal | 362 | 100 | 214 | 0 | 112 | 52 | 5 | 516 | 127 | 74 |
| Binary | 11110010 | 1000000 | 10001100 | 0 | 1001010 | 101010 | 101 | 101001110 | 1010111 | 111100 |
Color Harmonies of #F2408C
Complementary color
Monochromatic Colors of #F2408C
Black with #F2408C
Text Example
Text Example
White with #F2408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2408C; }
p { color: rgb(242,64,140); }
H1.HeaderClassName
{
color: #F2408C;
}
.AnyTagClassName
{
color: #F2408C;
}
</style>
background-color css
<style>
a { background-color: #F2408C; }
a { background-color: rgb(242,64,140); }
div.DivClassName
{
background-color: #F2408C;
}
.BgClassName
{
background-color: #F2408C;
}
</style>
border-color css
<style>
span { border-color: #F2408C; }
span { border-color: rgb(242,64,140); }
td.TdClassName
{
border-color: #F2408C;
}
.TagClassName
{
border-color: #F2408C;
}
</style>