Shades of Violet Red #F23D83
Tints of Violet Red #F23D83
RGB
CMYK
RGB Variations
Color information
#F23D83 (or 0xF23D83) is known color: Violet Red. HEX triplet: F2, 3D and 83. RGB value is (242,61,131). Sum of RGB (Red+Green+Blue) = 242+61+131=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23D83 is #0DC27C. Grayscale: #7A7A7A. Windows color (decimal): -901757 or 8601074. OLE color: 8601074.
HSL color Cylindrical-coordinate representation of color #F23D83: hue angle of 336.8º 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 #F23D83 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 131 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.05 |
| HSL | 336.8º | 0.87% | 0.59% | - |
| HSV(B) | 336.8º | 0.75% | 0.95% | - |
| XYZ | 42.38 | 23.85 | 23.84 | - |
| YUV | 123.1 | 132.47 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 131 | 0 | 0.75 | 0.46 | 0.05 | 336.8 | 0.87 | 0.59 |
| Hex | F2 | 3D | 83 | 0 | 4B | 2E | 5 | 151 | 57 | 3B |
| Octal | 362 | 75 | 203 | 0 | 113 | 56 | 5 | 521 | 127 | 73 |
| Binary | 11110010 | 111101 | 10000011 | 0 | 1001011 | 101110 | 101 | 101010001 | 1010111 | 111011 |
Color Harmonies of #F23D83
Complementary color
Monochromatic Colors of #F23D83
Black with #F23D83
Text Example
Text Example
White with #F23D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23D83; }
p { color: rgb(242,61,131); }
H1.HeaderClassName
{
color: #F23D83;
}
.AnyTagClassName
{
color: #F23D83;
}
</style>
background-color css
<style>
a { background-color: #F23D83; }
a { background-color: rgb(242,61,131); }
div.DivClassName
{
background-color: #F23D83;
}
.BgClassName
{
background-color: #F23D83;
}
</style>
border-color css
<style>
span { border-color: #F23D83; }
span { border-color: rgb(242,61,131); }
td.TdClassName
{
border-color: #F23D83;
}
.TagClassName
{
border-color: #F23D83;
}
</style>