Shades of Violet Red #F23975
Tints of Violet Red #F23975
RGB
CMYK
RGB Variations
Color information
#F23975 (or 0xF23975) is known color: Violet Red. HEX triplet: F2, 39 and 75. RGB value is (242,57,117). Sum of RGB (Red+Green+Blue) = 242+57+117=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F23975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23975 is #0DC68A. Grayscale: #777777. Windows color (decimal): -902795 or 7682546. OLE color: 7682546.
HSL color Cylindrical-coordinate representation of color #F23975: hue angle of 340.54º 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 #F23975 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 117 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.05 |
| HSL | 340.54º | 0.88% | 0.59% | - |
| HSV(B) | 340.54º | 0.76% | 0.95% | - |
| XYZ | 41.29 | 23.09 | 19.11 | - |
| YUV | 119.16 | 126.79 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 117 | 0 | 0.76 | 0.52 | 0.05 | 340.54 | 0.88 | 0.59 |
| Hex | F2 | 39 | 75 | 0 | 4C | 34 | 5 | 155 | 58 | 3B |
| Octal | 362 | 71 | 165 | 0 | 114 | 64 | 5 | 525 | 130 | 73 |
| Binary | 11110010 | 111001 | 1110101 | 0 | 1001100 | 110100 | 101 | 101010101 | 1011000 | 111011 |
Color Harmonies of #F23975
Complementary color
Monochromatic Colors of #F23975
Black with #F23975
Text Example
Text Example
White with #F23975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23975; }
p { color: rgb(242,57,117); }
H1.HeaderClassName
{
color: #F23975;
}
.AnyTagClassName
{
color: #F23975;
}
</style>
background-color css
<style>
a { background-color: #F23975; }
a { background-color: rgb(242,57,117); }
div.DivClassName
{
background-color: #F23975;
}
.BgClassName
{
background-color: #F23975;
}
</style>
border-color css
<style>
span { border-color: #F23975; }
span { border-color: rgb(242,57,117); }
td.TdClassName
{
border-color: #F23975;
}
.TagClassName
{
border-color: #F23975;
}
</style>