Shades of Violet Red #F2377A
Tints of Violet Red #F2377A
RGB
CMYK
RGB Variations
Color information
#F2377A (or 0xF2377A) is known color: Violet Red. HEX triplet: F2, 37 and 7A. RGB value is (242,55,122). Sum of RGB (Red+Green+Blue) = 242+55+122=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2377A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2377A is #0DC885. Grayscale: #767676. Windows color (decimal): -903302 or 8009714. OLE color: 8009714.
HSL color Cylindrical-coordinate representation of color #F2377A: hue angle of 338.5º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2377A is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 122 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.05 |
| HSL | 338.5º | 0.88% | 0.58% | - |
| HSV(B) | 338.5º | 0.77% | 0.95% | - |
| XYZ | 41.5 | 23.01 | 20.67 | - |
| YUV | 118.55 | 129.95 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 122 | 0 | 0.77 | 0.50 | 0.05 | 338.5 | 0.88 | 0.58 |
| Hex | F2 | 37 | 7A | 0 | 4D | 32 | 5 | 153 | 58 | 3A |
| Octal | 362 | 67 | 172 | 0 | 115 | 62 | 5 | 523 | 130 | 72 |
| Binary | 11110010 | 110111 | 1111010 | 0 | 1001101 | 110010 | 101 | 101010011 | 1011000 | 111010 |
Color Harmonies of #F2377A
Complementary color
Monochromatic Colors of #F2377A
Black with #F2377A
Text Example
Text Example
White with #F2377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2377A; }
p { color: rgb(242,55,122); }
H1.HeaderClassName
{
color: #F2377A;
}
.AnyTagClassName
{
color: #F2377A;
}
</style>
background-color css
<style>
a { background-color: #F2377A; }
a { background-color: rgb(242,55,122); }
div.DivClassName
{
background-color: #F2377A;
}
.BgClassName
{
background-color: #F2377A;
}
</style>
border-color css
<style>
span { border-color: #F2377A; }
span { border-color: rgb(242,55,122); }
td.TdClassName
{
border-color: #F2377A;
}
.TagClassName
{
border-color: #F2377A;
}
</style>