Shades of Violet Red #F23778
Tints of Violet Red #F23778
RGB
CMYK
RGB Variations
Color information
#F23778 (or 0xF23778) is known color: Violet Red. HEX triplet: F2, 37 and 78. RGB value is (242,55,120). Sum of RGB (Red+Green+Blue) = 242+55+120=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F23778 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23778 is #0DC887. Grayscale: #767676. Windows color (decimal): -903304 or 7878642. OLE color: 7878642.
HSL color Cylindrical-coordinate representation of color #F23778: hue angle of 339.14º 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 #F23778 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 120 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.05 |
| HSL | 339.14º | 0.88% | 0.58% | - |
| HSV(B) | 339.14º | 0.77% | 0.95% | - |
| XYZ | 41.37 | 22.97 | 20.02 | - |
| YUV | 118.32 | 128.95 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 120 | 0 | 0.77 | 0.50 | 0.05 | 339.14 | 0.88 | 0.58 |
| Hex | F2 | 37 | 78 | 0 | 4D | 32 | 5 | 153 | 58 | 3A |
| Octal | 362 | 67 | 170 | 0 | 115 | 62 | 5 | 523 | 130 | 72 |
| Binary | 11110010 | 110111 | 1111000 | 0 | 1001101 | 110010 | 101 | 101010011 | 1011000 | 111010 |
Color Harmonies of #F23778
Complementary color
Monochromatic Colors of #F23778
Black with #F23778
Text Example
Text Example
White with #F23778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23778; }
p { color: rgb(242,55,120); }
H1.HeaderClassName
{
color: #F23778;
}
.AnyTagClassName
{
color: #F23778;
}
</style>
background-color css
<style>
a { background-color: #F23778; }
a { background-color: rgb(242,55,120); }
div.DivClassName
{
background-color: #F23778;
}
.BgClassName
{
background-color: #F23778;
}
</style>
border-color css
<style>
span { border-color: #F23778; }
span { border-color: rgb(242,55,120); }
td.TdClassName
{
border-color: #F23778;
}
.TagClassName
{
border-color: #F23778;
}
</style>