Shades of Violet Red #F2427A
Tints of Violet Red #F2427A
RGB
CMYK
RGB Variations
Color information
#F2427A (or 0xF2427A) is known color: Violet Red. HEX triplet: F2, 42 and 7A. RGB value is (242,66,122). Sum of RGB (Red+Green+Blue) = 242+66+122=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F2427A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2427A is #0DBD85. Grayscale: #7C7C7C. Windows color (decimal): -900486 or 8012530. OLE color: 8012530.
HSL color Cylindrical-coordinate representation of color #F2427A: hue angle of 340.91º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F2427A is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 122 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.05 |
| HSL | 340.91º | 0.87% | 0.6% | - |
| HSV(B) | 340.91º | 0.73% | 0.95% | - |
| XYZ | 42.08 | 24.18 | 20.86 | - |
| YUV | 125.01 | 126.31 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 122 | 0 | 0.73 | 0.50 | 0.05 | 340.91 | 0.87 | 0.6 |
| Hex | F2 | 42 | 7A | 0 | 49 | 32 | 5 | 155 | 57 | 3C |
| Octal | 362 | 102 | 172 | 0 | 111 | 62 | 5 | 525 | 127 | 74 |
| Binary | 11110010 | 1000010 | 1111010 | 0 | 1001001 | 110010 | 101 | 101010101 | 1010111 | 111100 |
Color Harmonies of #F2427A
Complementary color
Monochromatic Colors of #F2427A
Black with #F2427A
Text Example
Text Example
White with #F2427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2427A; }
p { color: rgb(242,66,122); }
H1.HeaderClassName
{
color: #F2427A;
}
.AnyTagClassName
{
color: #F2427A;
}
</style>
background-color css
<style>
a { background-color: #F2427A; }
a { background-color: rgb(242,66,122); }
div.DivClassName
{
background-color: #F2427A;
}
.BgClassName
{
background-color: #F2427A;
}
</style>
border-color css
<style>
span { border-color: #F2427A; }
span { border-color: rgb(242,66,122); }
td.TdClassName
{
border-color: #F2427A;
}
.TagClassName
{
border-color: #F2427A;
}
</style>