Shades of Violet Red #F23779
Tints of Violet Red #F23779
RGB
CMYK
RGB Variations
Color information
#F23779 (or 0xF23779) is known color: Violet Red. HEX triplet: F2, 37 and 79. RGB value is (242,55,121). Sum of RGB (Red+Green+Blue) = 242+55+121=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F23779 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23779 is #0DC886. Grayscale: #767676. Windows color (decimal): -903303 or 7944178. OLE color: 7944178.
HSL color Cylindrical-coordinate representation of color #F23779: hue angle of 338.82º 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 #F23779 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 121 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.05 |
| HSL | 338.82º | 0.88% | 0.58% | - |
| HSV(B) | 338.82º | 0.77% | 0.95% | - |
| XYZ | 41.44 | 22.99 | 20.34 | - |
| YUV | 118.44 | 129.45 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 121 | 0 | 0.77 | 0.50 | 0.05 | 338.82 | 0.88 | 0.58 |
| Hex | F2 | 37 | 79 | 0 | 4D | 32 | 5 | 153 | 58 | 3A |
| Octal | 362 | 67 | 171 | 0 | 115 | 62 | 5 | 523 | 130 | 72 |
| Binary | 11110010 | 110111 | 1111001 | 0 | 1001101 | 110010 | 101 | 101010011 | 1011000 | 111010 |
Color Harmonies of #F23779
Complementary color
Monochromatic Colors of #F23779
Black with #F23779
Text Example
Text Example
White with #F23779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23779; }
p { color: rgb(242,55,121); }
H1.HeaderClassName
{
color: #F23779;
}
.AnyTagClassName
{
color: #F23779;
}
</style>
background-color css
<style>
a { background-color: #F23779; }
a { background-color: rgb(242,55,121); }
div.DivClassName
{
background-color: #F23779;
}
.BgClassName
{
background-color: #F23779;
}
</style>
border-color css
<style>
span { border-color: #F23779; }
span { border-color: rgb(242,55,121); }
td.TdClassName
{
border-color: #F23779;
}
.TagClassName
{
border-color: #F23779;
}
</style>