Shades of Violet Red #F23675
Tints of Violet Red #F23675
RGB
CMYK
RGB Variations
Color information
#F23675 (or 0xF23675) is known color: Violet Red. HEX triplet: F2, 36 and 75. RGB value is (242,54,117). Sum of RGB (Red+Green+Blue) = 242+54+117=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F23675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23675 is #0DC98A. Grayscale: #757575. Windows color (decimal): -903563 or 7681778. OLE color: 7681778.
HSL color Cylindrical-coordinate representation of color #F23675: hue angle of 339.89º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F23675 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 117 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.05 |
| HSL | 339.89º | 0.88% | 0.58% | - |
| HSV(B) | 339.89º | 0.78% | 0.95% | - |
| XYZ | 41.15 | 22.8 | 19.06 | - |
| YUV | 117.39 | 127.78 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 117 | 0 | 0.78 | 0.52 | 0.05 | 339.89 | 0.88 | 0.58 |
| Hex | F2 | 36 | 75 | 0 | 4E | 34 | 5 | 154 | 58 | 3A |
| Octal | 362 | 66 | 165 | 0 | 116 | 64 | 5 | 524 | 130 | 72 |
| Binary | 11110010 | 110110 | 1110101 | 0 | 1001110 | 110100 | 101 | 101010100 | 1011000 | 111010 |
Color Harmonies of #F23675
Complementary color
Monochromatic Colors of #F23675
Black with #F23675
Text Example
Text Example
White with #F23675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23675; }
p { color: rgb(242,54,117); }
H1.HeaderClassName
{
color: #F23675;
}
.AnyTagClassName
{
color: #F23675;
}
</style>
background-color css
<style>
a { background-color: #F23675; }
a { background-color: rgb(242,54,117); }
div.DivClassName
{
background-color: #F23675;
}
.BgClassName
{
background-color: #F23675;
}
</style>
border-color css
<style>
span { border-color: #F23675; }
span { border-color: rgb(242,54,117); }
td.TdClassName
{
border-color: #F23675;
}
.TagClassName
{
border-color: #F23675;
}
</style>