Shades of Violet Red #F23685
Tints of Violet Red #F23685
RGB
CMYK
RGB Variations
Color information
#F23685 (or 0xF23685) is known color: Violet Red. HEX triplet: F2, 36 and 85. RGB value is (242,54,133). Sum of RGB (Red+Green+Blue) = 242+54+133=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F23685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23685 is #0DC97A. Grayscale: #777777. Windows color (decimal): -903547 or 8730354. OLE color: 8730354.
HSL color Cylindrical-coordinate representation of color #F23685: hue angle of 334.79º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F23685 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 133 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.05 |
| HSL | 334.79º | 0.88% | 0.58% | - |
| HSV(B) | 334.79º | 0.78% | 0.95% | - |
| XYZ | 42.17 | 23.21 | 24.45 | - |
| YUV | 119.22 | 135.78 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 133 | 0 | 0.78 | 0.45 | 0.05 | 334.79 | 0.88 | 0.58 |
| Hex | F2 | 36 | 85 | 0 | 4E | 2D | 5 | 14F | 58 | 3A |
| Octal | 362 | 66 | 205 | 0 | 116 | 55 | 5 | 517 | 130 | 72 |
| Binary | 11110010 | 110110 | 10000101 | 0 | 1001110 | 101101 | 101 | 101001111 | 1011000 | 111010 |
Color Harmonies of #F23685
Complementary color
Monochromatic Colors of #F23685
Black with #F23685
Text Example
Text Example
White with #F23685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23685; }
p { color: rgb(242,54,133); }
H1.HeaderClassName
{
color: #F23685;
}
.AnyTagClassName
{
color: #F23685;
}
</style>
background-color css
<style>
a { background-color: #F23685; }
a { background-color: rgb(242,54,133); }
div.DivClassName
{
background-color: #F23685;
}
.BgClassName
{
background-color: #F23685;
}
</style>
border-color css
<style>
span { border-color: #F23685; }
span { border-color: rgb(242,54,133); }
td.TdClassName
{
border-color: #F23685;
}
.TagClassName
{
border-color: #F23685;
}
</style>