Shades of Violet Red #F23C7F
Tints of Violet Red #F23C7F
RGB
CMYK
RGB Variations
Color information
#F23C7F (or 0xF23C7F) is known color: Violet Red. HEX triplet: F2, 3C and 7F. RGB value is (242,60,127). Sum of RGB (Red+Green+Blue) = 242+60+127=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23C7F is #0DC380. Grayscale: #797979. Windows color (decimal): -902017 or 8338674. OLE color: 8338674.
HSL color Cylindrical-coordinate representation of color #F23C7F: hue angle of 337.91º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23C7F is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 127 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.05 |
| HSL | 337.91º | 0.88% | 0.59% | - |
| HSV(B) | 337.91º | 0.75% | 0.95% | - |
| XYZ | 42.06 | 23.64 | 22.42 | - |
| YUV | 122.06 | 130.8 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 127 | 0 | 0.75 | 0.48 | 0.05 | 337.91 | 0.88 | 0.59 |
| Hex | F2 | 3C | 7F | 0 | 4B | 30 | 5 | 152 | 58 | 3B |
| Octal | 362 | 74 | 177 | 0 | 113 | 60 | 5 | 522 | 130 | 73 |
| Binary | 11110010 | 111100 | 1111111 | 0 | 1001011 | 110000 | 101 | 101010010 | 1011000 | 111011 |
Color Harmonies of #F23C7F
Complementary color
Monochromatic Colors of #F23C7F
Black with #F23C7F
Text Example
Text Example
White with #F23C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C7F; }
p { color: rgb(242,60,127); }
H1.HeaderClassName
{
color: #F23C7F;
}
.AnyTagClassName
{
color: #F23C7F;
}
</style>
background-color css
<style>
a { background-color: #F23C7F; }
a { background-color: rgb(242,60,127); }
div.DivClassName
{
background-color: #F23C7F;
}
.BgClassName
{
background-color: #F23C7F;
}
</style>
border-color css
<style>
span { border-color: #F23C7F; }
span { border-color: rgb(242,60,127); }
td.TdClassName
{
border-color: #F23C7F;
}
.TagClassName
{
border-color: #F23C7F;
}
</style>