Shades of Violet Red #F23E77
Tints of Violet Red #F23E77
RGB
CMYK
RGB Variations
Color information
#F23E77 (or 0xF23E77) is known color: Violet Red. HEX triplet: F2, 3E and 77. RGB value is (242,62,119). Sum of RGB (Red+Green+Blue) = 242+62+119=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F23E77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23E77 is #0DC188. Grayscale: #7A7A7A. Windows color (decimal): -901513 or 7814898. OLE color: 7814898.
HSL color Cylindrical-coordinate representation of color #F23E77: hue angle of 341º 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 #F23E77 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 62 | 119 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.05 |
| HSL | 341º | 0.87% | 0.6% | - |
| HSV(B) | 341º | 0.74% | 0.95% | - |
| XYZ | 41.67 | 23.65 | 19.82 | - |
| YUV | 122.32 | 126.13 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 62 | 119 | 0 | 0.74 | 0.51 | 0.05 | 341 | 0.87 | 0.6 |
| Hex | F2 | 3E | 77 | 0 | 4A | 33 | 5 | 155 | 57 | 3C |
| Octal | 362 | 76 | 167 | 0 | 112 | 63 | 5 | 525 | 127 | 74 |
| Binary | 11110010 | 111110 | 1110111 | 0 | 1001010 | 110011 | 101 | 101010101 | 1010111 | 111100 |
Color Harmonies of #F23E77
Complementary color
Monochromatic Colors of #F23E77
Black with #F23E77
Text Example
Text Example
White with #F23E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23E77; }
p { color: rgb(242,62,119); }
H1.HeaderClassName
{
color: #F23E77;
}
.AnyTagClassName
{
color: #F23E77;
}
</style>
background-color css
<style>
a { background-color: #F23E77; }
a { background-color: rgb(242,62,119); }
div.DivClassName
{
background-color: #F23E77;
}
.BgClassName
{
background-color: #F23E77;
}
</style>
border-color css
<style>
span { border-color: #F23E77; }
span { border-color: rgb(242,62,119); }
td.TdClassName
{
border-color: #F23E77;
}
.TagClassName
{
border-color: #F23E77;
}
</style>