Shades of Violet Red #F2428B
Tints of Violet Red #F2428B
RGB
CMYK
RGB Variations
Color information
#F2428B (or 0xF2428B) is known color: Violet Red. HEX triplet: F2, 42 and 8B. RGB value is (242,66,139). Sum of RGB (Red+Green+Blue) = 242+66+139=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F2428B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2428B is #0DBD74. Grayscale: #7E7E7E. Windows color (decimal): -900469 or 9126642. OLE color: 9126642.
HSL color Cylindrical-coordinate representation of color #F2428B: hue angle of 335.11º 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 #F2428B is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 139 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.05 |
| HSL | 335.11º | 0.87% | 0.6% | - |
| HSV(B) | 335.11º | 0.73% | 0.95% | - |
| XYZ | 43.23 | 24.64 | 26.9 | - |
| YUV | 126.95 | 134.81 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 139 | 0 | 0.73 | 0.43 | 0.05 | 335.11 | 0.87 | 0.6 |
| Hex | F2 | 42 | 8B | 0 | 49 | 2B | 5 | 14F | 57 | 3C |
| Octal | 362 | 102 | 213 | 0 | 111 | 53 | 5 | 517 | 127 | 74 |
| Binary | 11110010 | 1000010 | 10001011 | 0 | 1001001 | 101011 | 101 | 101001111 | 1010111 | 111100 |
Color Harmonies of #F2428B
Complementary color
Monochromatic Colors of #F2428B
Black with #F2428B
Text Example
Text Example
White with #F2428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2428B; }
p { color: rgb(242,66,139); }
H1.HeaderClassName
{
color: #F2428B;
}
.AnyTagClassName
{
color: #F2428B;
}
</style>
background-color css
<style>
a { background-color: #F2428B; }
a { background-color: rgb(242,66,139); }
div.DivClassName
{
background-color: #F2428B;
}
.BgClassName
{
background-color: #F2428B;
}
</style>
border-color css
<style>
span { border-color: #F2428B; }
span { border-color: rgb(242,66,139); }
td.TdClassName
{
border-color: #F2428B;
}
.TagClassName
{
border-color: #F2428B;
}
</style>