Shades of Violet Red #F23D8C
Tints of Violet Red #F23D8C
RGB
CMYK
RGB Variations
Color information
#F23D8C (or 0xF23D8C) is known color: Violet Red. HEX triplet: F2, 3D and 8C. RGB value is (242,61,140). Sum of RGB (Red+Green+Blue) = 242+61+140=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23D8C is #0DC273. Grayscale: #7B7B7B. Windows color (decimal): -901748 or 9190898. OLE color: 9190898.
HSL color Cylindrical-coordinate representation of color #F23D8C: hue angle of 333.81º degrees, saturation: 0.87, 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 #F23D8C is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 140 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.05 |
| HSL | 333.81º | 0.87% | 0.59% | - |
| HSV(B) | 333.81º | 0.75% | 0.95% | - |
| XYZ | 43.02 | 24.11 | 27.2 | - |
| YUV | 124.13 | 136.97 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 140 | 0 | 0.75 | 0.42 | 0.05 | 333.81 | 0.87 | 0.59 |
| Hex | F2 | 3D | 8C | 0 | 4B | 2A | 5 | 14E | 57 | 3B |
| Octal | 362 | 75 | 214 | 0 | 113 | 52 | 5 | 516 | 127 | 73 |
| Binary | 11110010 | 111101 | 10001100 | 0 | 1001011 | 101010 | 101 | 101001110 | 1010111 | 111011 |
Color Harmonies of #F23D8C
Complementary color
Monochromatic Colors of #F23D8C
Black with #F23D8C
Text Example
Text Example
White with #F23D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23D8C; }
p { color: rgb(242,61,140); }
H1.HeaderClassName
{
color: #F23D8C;
}
.AnyTagClassName
{
color: #F23D8C;
}
</style>
background-color css
<style>
a { background-color: #F23D8C; }
a { background-color: rgb(242,61,140); }
div.DivClassName
{
background-color: #F23D8C;
}
.BgClassName
{
background-color: #F23D8C;
}
</style>
border-color css
<style>
span { border-color: #F23D8C; }
span { border-color: rgb(242,61,140); }
td.TdClassName
{
border-color: #F23D8C;
}
.TagClassName
{
border-color: #F23D8C;
}
</style>