Shades of Violet Red #F23F8F
Tints of Violet Red #F23F8F
RGB
CMYK
RGB Variations
Color information
#F23F8F (or 0xF23F8F) is known color: Violet Red. HEX triplet: F2, 3F and 8F. RGB value is (242,63,143). Sum of RGB (Red+Green+Blue) = 242+63+143=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23F8F is #0DC070. Grayscale: #7D7D7D. Windows color (decimal): -901233 or 9388018. OLE color: 9388018.
HSL color Cylindrical-coordinate representation of color #F23F8F: hue angle of 333.18º 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 #F23F8F is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 143 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.05 |
| HSL | 333.18º | 0.87% | 0.6% | - |
| HSV(B) | 333.18º | 0.74% | 0.95% | - |
| XYZ | 43.35 | 24.42 | 28.41 | - |
| YUV | 125.64 | 137.8 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 143 | 0 | 0.74 | 0.41 | 0.05 | 333.18 | 0.87 | 0.6 |
| Hex | F2 | 3F | 8F | 0 | 4A | 29 | 5 | 14D | 57 | 3C |
| Octal | 362 | 77 | 217 | 0 | 112 | 51 | 5 | 515 | 127 | 74 |
| Binary | 11110010 | 111111 | 10001111 | 0 | 1001010 | 101001 | 101 | 101001101 | 1010111 | 111100 |
Color Harmonies of #F23F8F
Complementary color
Monochromatic Colors of #F23F8F
Black with #F23F8F
Text Example
Text Example
White with #F23F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F8F; }
p { color: rgb(242,63,143); }
H1.HeaderClassName
{
color: #F23F8F;
}
.AnyTagClassName
{
color: #F23F8F;
}
</style>
background-color css
<style>
a { background-color: #F23F8F; }
a { background-color: rgb(242,63,143); }
div.DivClassName
{
background-color: #F23F8F;
}
.BgClassName
{
background-color: #F23F8F;
}
</style>
border-color css
<style>
span { border-color: #F23F8F; }
span { border-color: rgb(242,63,143); }
td.TdClassName
{
border-color: #F23F8F;
}
.TagClassName
{
border-color: #F23F8F;
}
</style>