Shades of Violet Red #F2427B
Tints of Violet Red #F2427B
RGB
CMYK
RGB Variations
Color information
#F2427B (or 0xF2427B) is known color: Violet Red. HEX triplet: F2, 42 and 7B. RGB value is (242,66,123). Sum of RGB (Red+Green+Blue) = 242+66+123=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F2427B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2427B is #0DBD84. Grayscale: #7D7D7D. Windows color (decimal): -900485 or 8078066. OLE color: 8078066.
HSL color Cylindrical-coordinate representation of color #F2427B: hue angle of 340.57º 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 #F2427B is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 123 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.05 |
| HSL | 340.57º | 0.87% | 0.6% | - |
| HSV(B) | 340.57º | 0.73% | 0.95% | - |
| XYZ | 42.14 | 24.2 | 21.19 | - |
| YUV | 125.12 | 126.81 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 123 | 0 | 0.73 | 0.49 | 0.05 | 340.57 | 0.87 | 0.6 |
| Hex | F2 | 42 | 7B | 0 | 49 | 31 | 5 | 155 | 57 | 3C |
| Octal | 362 | 102 | 173 | 0 | 111 | 61 | 5 | 525 | 127 | 74 |
| Binary | 11110010 | 1000010 | 1111011 | 0 | 1001001 | 110001 | 101 | 101010101 | 1010111 | 111100 |
Color Harmonies of #F2427B
Complementary color
Monochromatic Colors of #F2427B
Black with #F2427B
Text Example
Text Example
White with #F2427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2427B; }
p { color: rgb(242,66,123); }
H1.HeaderClassName
{
color: #F2427B;
}
.AnyTagClassName
{
color: #F2427B;
}
</style>
background-color css
<style>
a { background-color: #F2427B; }
a { background-color: rgb(242,66,123); }
div.DivClassName
{
background-color: #F2427B;
}
.BgClassName
{
background-color: #F2427B;
}
</style>
border-color css
<style>
span { border-color: #F2427B; }
span { border-color: rgb(242,66,123); }
td.TdClassName
{
border-color: #F2427B;
}
.TagClassName
{
border-color: #F2427B;
}
</style>