Shades of Violet Red #F23E7D
Tints of Violet Red #F23E7D
RGB
CMYK
RGB Variations
Color information
#F23E7D (or 0xF23E7D) is known color: Violet Red. HEX triplet: F2, 3E and 7D. RGB value is (242,62,125). Sum of RGB (Red+Green+Blue) = 242+62+125=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F23E7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23E7D is #0DC182. Grayscale: #7A7A7A. Windows color (decimal): -901507 or 8208114. OLE color: 8208114.
HSL color Cylindrical-coordinate representation of color #F23E7D: hue angle of 339º 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 #F23E7D is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 62 | 125 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.05 |
| HSL | 339º | 0.87% | 0.6% | - |
| HSV(B) | 339º | 0.74% | 0.95% | - |
| XYZ | 42.04 | 23.8 | 21.78 | - |
| YUV | 123 | 129.13 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 62 | 125 | 0 | 0.74 | 0.48 | 0.05 | 339 | 0.87 | 0.6 |
| Hex | F2 | 3E | 7D | 0 | 4A | 30 | 5 | 153 | 57 | 3C |
| Octal | 362 | 76 | 175 | 0 | 112 | 60 | 5 | 523 | 127 | 74 |
| Binary | 11110010 | 111110 | 1111101 | 0 | 1001010 | 110000 | 101 | 101010011 | 1010111 | 111100 |
Color Harmonies of #F23E7D
Complementary color
Monochromatic Colors of #F23E7D
Black with #F23E7D
Text Example
Text Example
White with #F23E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23E7D; }
p { color: rgb(242,62,125); }
H1.HeaderClassName
{
color: #F23E7D;
}
.AnyTagClassName
{
color: #F23E7D;
}
</style>
background-color css
<style>
a { background-color: #F23E7D; }
a { background-color: rgb(242,62,125); }
div.DivClassName
{
background-color: #F23E7D;
}
.BgClassName
{
background-color: #F23E7D;
}
</style>
border-color css
<style>
span { border-color: #F23E7D; }
span { border-color: rgb(242,62,125); }
td.TdClassName
{
border-color: #F23E7D;
}
.TagClassName
{
border-color: #F23E7D;
}
</style>