Shades of Violet #F87CEF
Tints of Violet #F87CEF
RGB
CMYK
RGB Variations
Color information
#F87CEF (or 0xF87CEF) is known color: Violet. HEX triplet: F8, 7C and EF. RGB value is (248,124,239). Sum of RGB (Red+Green+Blue) = 248+124+239=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 124 (48.83% from 255 or 20.29% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F87CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87CEF is #078310. Grayscale: #ADADAD. Windows color (decimal): -492305 or 15695096. OLE color: 15695096.
HSL color Cylindrical-coordinate representation of color #F87CEF: hue angle of 304.35º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87CEF is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 239 | - |
| CMYK | 0 | 0.5 | 0.04 | 0.03 |
| HSL | 304.35º | 0.9% | 0.73% | - |
| HSV(B) | 304.35º | 0.5% | 0.97% | - |
| XYZ | 61.5 | 40.6 | 86.26 | - |
| YUV | 174.19 | 164.58 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 239 | 0 | 0.5 | 0.04 | 0.03 | 304.35 | 0.9 | 0.73 |
| Hex | F8 | 7C | EF | 0 | 32 | 4 | 3 | 130 | 5A | 49 |
| Octal | 370 | 174 | 357 | 0 | 62 | 4 | 3 | 460 | 132 | 111 |
| Binary | 11111000 | 1111100 | 11101111 | 0 | 110010 | 100 | 11 | 100110000 | 1011010 | 1001001 |
Color Harmonies of #F87CEF
Complementary color
Monochromatic Colors of #F87CEF
Black with #F87CEF
Text Example
Text Example
White with #F87CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87CEF; }
p { color: rgb(248,124,239); }
H1.HeaderClassName
{
color: #F87CEF;
}
.AnyTagClassName
{
color: #F87CEF;
}
</style>
background-color css
<style>
a { background-color: #F87CEF; }
a { background-color: rgb(248,124,239); }
div.DivClassName
{
background-color: #F87CEF;
}
.BgClassName
{
background-color: #F87CEF;
}
</style>
border-color css
<style>
span { border-color: #F87CEF; }
span { border-color: rgb(248,124,239); }
td.TdClassName
{
border-color: #F87CEF;
}
.TagClassName
{
border-color: #F87CEF;
}
</style>