Shades of Violet #F28DEC
Tints of Violet #F28DEC
RGB
CMYK
RGB Variations
Color information
#F28DEC (or 0xF28DEC) is known color: Violet. HEX triplet: F2, 8D and EC. RGB value is (242,141,236). Sum of RGB (Red+Green+Blue) = 242+141+236=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 141 (55.47% from 255 or 22.78% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28DEC is #0D7213. Grayscale: #B5B5B5. Windows color (decimal): -881172 or 15502834. OLE color: 15502834.
HSL color Cylindrical-coordinate representation of color #F28DEC: hue angle of 303.56º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F28DEC is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 236 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.05 |
| HSL | 303.56º | 0.8% | 0.75% | - |
| HSV(B) | 303.56º | 0.42% | 0.95% | - |
| XYZ | 61.28 | 43.98 | 84.62 | - |
| YUV | 182.03 | 158.46 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 236 | 0 | 0.42 | 0.02 | 0.05 | 303.56 | 0.8 | 0.75 |
| Hex | F2 | 8D | EC | 0 | 2A | 2 | 5 | 130 | 50 | 4B |
| Octal | 362 | 215 | 354 | 0 | 52 | 2 | 5 | 460 | 120 | 113 |
| Binary | 11110010 | 10001101 | 11101100 | 0 | 101010 | 10 | 101 | 100110000 | 1010000 | 1001011 |
Color Harmonies of #F28DEC
Complementary color
Monochromatic Colors of #F28DEC
Black with #F28DEC
Text Example
Text Example
White with #F28DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28DEC; }
p { color: rgb(242,141,236); }
H1.HeaderClassName
{
color: #F28DEC;
}
.AnyTagClassName
{
color: #F28DEC;
}
</style>
background-color css
<style>
a { background-color: #F28DEC; }
a { background-color: rgb(242,141,236); }
div.DivClassName
{
background-color: #F28DEC;
}
.BgClassName
{
background-color: #F28DEC;
}
</style>
border-color css
<style>
span { border-color: #F28DEC; }
span { border-color: rgb(242,141,236); }
td.TdClassName
{
border-color: #F28DEC;
}
.TagClassName
{
border-color: #F28DEC;
}
</style>