Shades of Violet #F28FEC
Tints of Violet #F28FEC
RGB
CMYK
RGB Variations
Color information
#F28FEC (or 0xF28FEC) is known color: Violet. HEX triplet: F2, 8F and EC. RGB value is (242,143,236). Sum of RGB (Red+Green+Blue) = 242+143+236=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 143 (56.25% from 255 or 23.03% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28FEC is #0D7013. Grayscale: #B6B6B6. Windows color (decimal): -880660 or 15503346. OLE color: 15503346.
HSL color Cylindrical-coordinate representation of color #F28FEC: hue angle of 303.64º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28FEC is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 236 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.05 |
| HSL | 303.64º | 0.79% | 0.75% | - |
| HSV(B) | 303.64º | 0.41% | 0.95% | - |
| XYZ | 61.58 | 44.58 | 84.72 | - |
| YUV | 183.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 236 | 0 | 0.41 | 0.02 | 0.05 | 303.64 | 0.79 | 0.75 |
| Hex | F2 | 8F | EC | 0 | 29 | 2 | 5 | 130 | 4F | 4B |
| Octal | 362 | 217 | 354 | 0 | 51 | 2 | 5 | 460 | 117 | 113 |
| Binary | 11110010 | 10001111 | 11101100 | 0 | 101001 | 10 | 101 | 100110000 | 1001111 | 1001011 |
Color Harmonies of #F28FEC
Complementary color
Monochromatic Colors of #F28FEC
Black with #F28FEC
Text Example
Text Example
White with #F28FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28FEC; }
p { color: rgb(242,143,236); }
H1.HeaderClassName
{
color: #F28FEC;
}
.AnyTagClassName
{
color: #F28FEC;
}
</style>
background-color css
<style>
a { background-color: #F28FEC; }
a { background-color: rgb(242,143,236); }
div.DivClassName
{
background-color: #F28FEC;
}
.BgClassName
{
background-color: #F28FEC;
}
</style>
border-color css
<style>
span { border-color: #F28FEC; }
span { border-color: rgb(242,143,236); }
td.TdClassName
{
border-color: #F28FEC;
}
.TagClassName
{
border-color: #F28FEC;
}
</style>