Shades of Violet #F28CEF
Tints of Violet #F28CEF
RGB
CMYK
RGB Variations
Color information
#F28CEF (or 0xF28CEF) is known color: Violet. HEX triplet: F2, 8C and EF. RGB value is (242,140,239). Sum of RGB (Red+Green+Blue) = 242+140+239=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 140 (55.08% from 255 or 22.54% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28CEF is #0D7310. Grayscale: #B5B5B5. Windows color (decimal): -881425 or 15699186. OLE color: 15699186.
HSL color Cylindrical-coordinate representation of color #F28CEF: hue angle of 301.76º 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 #F28CEF is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 239 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.05 |
| HSL | 301.76º | 0.8% | 0.75% | - |
| HSV(B) | 301.76º | 0.42% | 0.95% | - |
| XYZ | 61.58 | 43.87 | 86.88 | - |
| YUV | 181.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 239 | 0 | 0.42 | 0.01 | 0.05 | 301.76 | 0.8 | 0.75 |
| Hex | F2 | 8C | EF | 0 | 2A | 1 | 5 | 12E | 50 | 4B |
| Octal | 362 | 214 | 357 | 0 | 52 | 1 | 5 | 456 | 120 | 113 |
| Binary | 11110010 | 10001100 | 11101111 | 0 | 101010 | 1 | 101 | 100101110 | 1010000 | 1001011 |
Color Harmonies of #F28CEF
Complementary color
Monochromatic Colors of #F28CEF
Black with #F28CEF
Text Example
Text Example
White with #F28CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28CEF; }
p { color: rgb(242,140,239); }
H1.HeaderClassName
{
color: #F28CEF;
}
.AnyTagClassName
{
color: #F28CEF;
}
</style>
background-color css
<style>
a { background-color: #F28CEF; }
a { background-color: rgb(242,140,239); }
div.DivClassName
{
background-color: #F28CEF;
}
.BgClassName
{
background-color: #F28CEF;
}
</style>
border-color css
<style>
span { border-color: #F28CEF; }
span { border-color: rgb(242,140,239); }
td.TdClassName
{
border-color: #F28CEF;
}
.TagClassName
{
border-color: #F28CEF;
}
</style>