Shades of Violet Red #F23883
Tints of Violet Red #F23883
RGB
CMYK
RGB Variations
Color information
#F23883 (or 0xF23883) is known color: Violet Red. HEX triplet: F2, 38 and 83. RGB value is (242,56,131). Sum of RGB (Red+Green+Blue) = 242+56+131=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F23883 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23883 is #0DC77C. Grayscale: #787878. Windows color (decimal): -903037 or 8599794. OLE color: 8599794.
HSL color Cylindrical-coordinate representation of color #F23883: hue angle of 335.81º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23883 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 131 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.05 |
| HSL | 335.81º | 0.88% | 0.58% | - |
| HSV(B) | 335.81º | 0.77% | 0.95% | - |
| XYZ | 42.13 | 23.34 | 23.76 | - |
| YUV | 120.16 | 134.12 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 131 | 0 | 0.77 | 0.46 | 0.05 | 335.81 | 0.88 | 0.58 |
| Hex | F2 | 38 | 83 | 0 | 4D | 2E | 5 | 150 | 58 | 3A |
| Octal | 362 | 70 | 203 | 0 | 115 | 56 | 5 | 520 | 130 | 72 |
| Binary | 11110010 | 111000 | 10000011 | 0 | 1001101 | 101110 | 101 | 101010000 | 1011000 | 111010 |
Color Harmonies of #F23883
Complementary color
Monochromatic Colors of #F23883
Black with #F23883
Text Example
Text Example
White with #F23883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23883; }
p { color: rgb(242,56,131); }
H1.HeaderClassName
{
color: #F23883;
}
.AnyTagClassName
{
color: #F23883;
}
</style>
background-color css
<style>
a { background-color: #F23883; }
a { background-color: rgb(242,56,131); }
div.DivClassName
{
background-color: #F23883;
}
.BgClassName
{
background-color: #F23883;
}
</style>
border-color css
<style>
span { border-color: #F23883; }
span { border-color: rgb(242,56,131); }
td.TdClassName
{
border-color: #F23883;
}
.TagClassName
{
border-color: #F23883;
}
</style>