Shades of Violet Red #F23F78
Tints of Violet Red #F23F78
RGB
CMYK
RGB Variations
Color information
#F23F78 (or 0xF23F78) is known color: Violet Red. HEX triplet: F2, 3F and 78. RGB value is (242,63,120). Sum of RGB (Red+Green+Blue) = 242+63+120=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23F78 is #0DC087. Grayscale: #7A7A7A. Windows color (decimal): -901256 or 7880690. OLE color: 7880690.
HSL color Cylindrical-coordinate representation of color #F23F78: hue angle of 340.89º 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 #F23F78 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 120 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.05 |
| HSL | 340.89º | 0.87% | 0.6% | - |
| HSV(B) | 340.89º | 0.74% | 0.95% | - |
| XYZ | 41.79 | 23.79 | 20.16 | - |
| YUV | 123.02 | 126.3 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 120 | 0 | 0.74 | 0.50 | 0.05 | 340.89 | 0.87 | 0.6 |
| Hex | F2 | 3F | 78 | 0 | 4A | 32 | 5 | 155 | 57 | 3C |
| Octal | 362 | 77 | 170 | 0 | 112 | 62 | 5 | 525 | 127 | 74 |
| Binary | 11110010 | 111111 | 1111000 | 0 | 1001010 | 110010 | 101 | 101010101 | 1010111 | 111100 |
Color Harmonies of #F23F78
Complementary color
Monochromatic Colors of #F23F78
Black with #F23F78
Text Example
Text Example
White with #F23F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F78; }
p { color: rgb(242,63,120); }
H1.HeaderClassName
{
color: #F23F78;
}
.AnyTagClassName
{
color: #F23F78;
}
</style>
background-color css
<style>
a { background-color: #F23F78; }
a { background-color: rgb(242,63,120); }
div.DivClassName
{
background-color: #F23F78;
}
.BgClassName
{
background-color: #F23F78;
}
</style>
border-color css
<style>
span { border-color: #F23F78; }
span { border-color: rgb(242,63,120); }
td.TdClassName
{
border-color: #F23F78;
}
.TagClassName
{
border-color: #F23F78;
}
</style>