Shades of Violet Red #F23D89
Tints of Violet Red #F23D89
RGB
CMYK
RGB Variations
Color information
#F23D89 (or 0xF23D89) is known color: Violet Red. HEX triplet: F2, 3D and 89. RGB value is (242,61,137). Sum of RGB (Red+Green+Blue) = 242+61+137=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 61 (24.22% from 255 or 13.86% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23D89 is #0DC276. Grayscale: #7B7B7B. Windows color (decimal): -901751 or 8994290. OLE color: 8994290.
HSL color Cylindrical-coordinate representation of color #F23D89: hue angle of 334.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 #F23D89 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 137 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.05 |
| HSL | 334.81º | 0.87% | 0.59% | - |
| HSV(B) | 334.81º | 0.75% | 0.95% | - |
| XYZ | 42.8 | 24.02 | 26.05 | - |
| YUV | 123.78 | 135.47 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 137 | 0 | 0.75 | 0.43 | 0.05 | 334.81 | 0.87 | 0.59 |
| Hex | F2 | 3D | 89 | 0 | 4B | 2B | 5 | 14F | 57 | 3B |
| Octal | 362 | 75 | 211 | 0 | 113 | 53 | 5 | 517 | 127 | 73 |
| Binary | 11110010 | 111101 | 10001001 | 0 | 1001011 | 101011 | 101 | 101001111 | 1010111 | 111011 |
Color Harmonies of #F23D89
Complementary color
Monochromatic Colors of #F23D89
Black with #F23D89
Text Example
Text Example
White with #F23D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23D89; }
p { color: rgb(242,61,137); }
H1.HeaderClassName
{
color: #F23D89;
}
.AnyTagClassName
{
color: #F23D89;
}
</style>
background-color css
<style>
a { background-color: #F23D89; }
a { background-color: rgb(242,61,137); }
div.DivClassName
{
background-color: #F23D89;
}
.BgClassName
{
background-color: #F23D89;
}
</style>
border-color css
<style>
span { border-color: #F23D89; }
span { border-color: rgb(242,61,137); }
td.TdClassName
{
border-color: #F23D89;
}
.TagClassName
{
border-color: #F23D89;
}
</style>