Shades of Violet Red #F23F89
Tints of Violet Red #F23F89
RGB
CMYK
RGB Variations
Color information
#F23F89 (or 0xF23F89) is known color: Violet Red. HEX triplet: F2, 3F and 89. RGB value is (242,63,137). Sum of RGB (Red+Green+Blue) = 242+63+137=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23F89 is #0DC076. Grayscale: #7C7C7C. Windows color (decimal): -901239 or 8994802. OLE color: 8994802.
HSL color Cylindrical-coordinate representation of color #F23F89: hue angle of 335.2º 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 #F23F89 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 137 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.05 |
| HSL | 335.2º | 0.87% | 0.6% | - |
| HSV(B) | 335.2º | 0.74% | 0.95% | - |
| XYZ | 42.91 | 24.24 | 26.08 | - |
| YUV | 124.96 | 134.8 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 137 | 0 | 0.74 | 0.43 | 0.05 | 335.2 | 0.87 | 0.6 |
| Hex | F2 | 3F | 89 | 0 | 4A | 2B | 5 | 14F | 57 | 3C |
| Octal | 362 | 77 | 211 | 0 | 112 | 53 | 5 | 517 | 127 | 74 |
| Binary | 11110010 | 111111 | 10001001 | 0 | 1001010 | 101011 | 101 | 101001111 | 1010111 | 111100 |
Color Harmonies of #F23F89
Complementary color
Monochromatic Colors of #F23F89
Black with #F23F89
Text Example
Text Example
White with #F23F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F89; }
p { color: rgb(242,63,137); }
H1.HeaderClassName
{
color: #F23F89;
}
.AnyTagClassName
{
color: #F23F89;
}
</style>
background-color css
<style>
a { background-color: #F23F89; }
a { background-color: rgb(242,63,137); }
div.DivClassName
{
background-color: #F23F89;
}
.BgClassName
{
background-color: #F23F89;
}
</style>
border-color css
<style>
span { border-color: #F23F89; }
span { border-color: rgb(242,63,137); }
td.TdClassName
{
border-color: #F23F89;
}
.TagClassName
{
border-color: #F23F89;
}
</style>