Shades of Violet Red #F23F85
Tints of Violet Red #F23F85
RGB
CMYK
RGB Variations
Color information
#F23F85 (or 0xF23F85) is known color: Violet Red. HEX triplet: F2, 3F and 85. RGB value is (242,63,133). Sum of RGB (Red+Green+Blue) = 242+63+133=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23F85 is #0DC07A. Grayscale: #7C7C7C. Windows color (decimal): -901243 or 8732658. OLE color: 8732658.
HSL color Cylindrical-coordinate representation of color #F23F85: hue angle of 336.54º 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 #F23F85 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 133 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.05 |
| HSL | 336.54º | 0.87% | 0.6% | - |
| HSV(B) | 336.54º | 0.74% | 0.95% | - |
| XYZ | 42.63 | 24.13 | 24.6 | - |
| YUV | 124.5 | 132.8 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 133 | 0 | 0.74 | 0.45 | 0.05 | 336.54 | 0.87 | 0.6 |
| Hex | F2 | 3F | 85 | 0 | 4A | 2D | 5 | 151 | 57 | 3C |
| Octal | 362 | 77 | 205 | 0 | 112 | 55 | 5 | 521 | 127 | 74 |
| Binary | 11110010 | 111111 | 10000101 | 0 | 1001010 | 101101 | 101 | 101010001 | 1010111 | 111100 |
Color Harmonies of #F23F85
Complementary color
Monochromatic Colors of #F23F85
Black with #F23F85
Text Example
Text Example
White with #F23F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F85; }
p { color: rgb(242,63,133); }
H1.HeaderClassName
{
color: #F23F85;
}
.AnyTagClassName
{
color: #F23F85;
}
</style>
background-color css
<style>
a { background-color: #F23F85; }
a { background-color: rgb(242,63,133); }
div.DivClassName
{
background-color: #F23F85;
}
.BgClassName
{
background-color: #F23F85;
}
</style>
border-color css
<style>
span { border-color: #F23F85; }
span { border-color: rgb(242,63,133); }
td.TdClassName
{
border-color: #F23F85;
}
.TagClassName
{
border-color: #F23F85;
}
</style>