Shades of Violet Red #F23982
Tints of Violet Red #F23982
RGB
CMYK
RGB Variations
Color information
#F23982 (or 0xF23982) is known color: Violet Red. HEX triplet: F2, 39 and 82. RGB value is (242,57,130). Sum of RGB (Red+Green+Blue) = 242+57+130=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F23982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23982 is #0DC67D. Grayscale: #787878. Windows color (decimal): -902782 or 8534514. OLE color: 8534514.
HSL color Cylindrical-coordinate representation of color #F23982: hue angle of 336.32º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23982 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 130 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.05 |
| HSL | 336.32º | 0.88% | 0.59% | - |
| HSV(B) | 336.32º | 0.76% | 0.95% | - |
| XYZ | 42.11 | 23.42 | 23.42 | - |
| YUV | 120.64 | 133.29 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 130 | 0 | 0.76 | 0.46 | 0.05 | 336.32 | 0.88 | 0.59 |
| Hex | F2 | 39 | 82 | 0 | 4C | 2E | 5 | 150 | 58 | 3B |
| Octal | 362 | 71 | 202 | 0 | 114 | 56 | 5 | 520 | 130 | 73 |
| Binary | 11110010 | 111001 | 10000010 | 0 | 1001100 | 101110 | 101 | 101010000 | 1011000 | 111011 |
Color Harmonies of #F23982
Complementary color
Monochromatic Colors of #F23982
Black with #F23982
Text Example
Text Example
White with #F23982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23982; }
p { color: rgb(242,57,130); }
H1.HeaderClassName
{
color: #F23982;
}
.AnyTagClassName
{
color: #F23982;
}
</style>
background-color css
<style>
a { background-color: #F23982; }
a { background-color: rgb(242,57,130); }
div.DivClassName
{
background-color: #F23982;
}
.BgClassName
{
background-color: #F23982;
}
</style>
border-color css
<style>
span { border-color: #F23982; }
span { border-color: rgb(242,57,130); }
td.TdClassName
{
border-color: #F23982;
}
.TagClassName
{
border-color: #F23982;
}
</style>