Shades of Violet Red #F23978
Tints of Violet Red #F23978
RGB
CMYK
RGB Variations
Color information
#F23978 (or 0xF23978) is known color: Violet Red. HEX triplet: F2, 39 and 78. RGB value is (242,57,120). Sum of RGB (Red+Green+Blue) = 242+57+120=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F23978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23978 is #0DC687. Grayscale: #777777. Windows color (decimal): -902792 or 7879154. OLE color: 7879154.
HSL color Cylindrical-coordinate representation of color #F23978: hue angle of 339.57º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23978 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 120 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.05 |
| HSL | 339.57º | 0.88% | 0.59% | - |
| HSV(B) | 339.57º | 0.76% | 0.95% | - |
| XYZ | 41.47 | 23.16 | 20.05 | - |
| YUV | 119.5 | 128.29 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 120 | 0 | 0.76 | 0.50 | 0.05 | 339.57 | 0.88 | 0.59 |
| Hex | F2 | 39 | 78 | 0 | 4C | 32 | 5 | 154 | 58 | 3B |
| Octal | 362 | 71 | 170 | 0 | 114 | 62 | 5 | 524 | 130 | 73 |
| Binary | 11110010 | 111001 | 1111000 | 0 | 1001100 | 110010 | 101 | 101010100 | 1011000 | 111011 |
Color Harmonies of #F23978
Complementary color
Monochromatic Colors of #F23978
Black with #F23978
Text Example
Text Example
White with #F23978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23978; }
p { color: rgb(242,57,120); }
H1.HeaderClassName
{
color: #F23978;
}
.AnyTagClassName
{
color: #F23978;
}
</style>
background-color css
<style>
a { background-color: #F23978; }
a { background-color: rgb(242,57,120); }
div.DivClassName
{
background-color: #F23978;
}
.BgClassName
{
background-color: #F23978;
}
</style>
border-color css
<style>
span { border-color: #F23978; }
span { border-color: rgb(242,57,120); }
td.TdClassName
{
border-color: #F23978;
}
.TagClassName
{
border-color: #F23978;
}
</style>