Shades of Violet #F875EF
Tints of Violet #F875EF
RGB
CMYK
RGB Variations
Color information
#F875EF (or 0xF875EF) is known color: Violet. HEX triplet: F8, 75 and EF. RGB value is (248,117,239). Sum of RGB (Red+Green+Blue) = 248+117+239=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 117 (46.09% from 255 or 19.37% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F875EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F875EF is #078A10. Grayscale: #A9A9A9. Windows color (decimal): -494097 or 15693304. OLE color: 15693304.
HSL color Cylindrical-coordinate representation of color #F875EF: hue angle of 304.12º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F875EF is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 239 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.03 |
| HSL | 304.12º | 0.9% | 0.72% | - |
| HSV(B) | 304.12º | 0.53% | 0.97% | - |
| XYZ | 60.65 | 38.91 | 85.98 | - |
| YUV | 170.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 239 | 0 | 0.53 | 0.04 | 0.03 | 304.12 | 0.9 | 0.72 |
| Hex | F8 | 75 | EF | 0 | 35 | 4 | 3 | 130 | 5A | 48 |
| Octal | 370 | 165 | 357 | 0 | 65 | 4 | 3 | 460 | 132 | 110 |
| Binary | 11111000 | 1110101 | 11101111 | 0 | 110101 | 100 | 11 | 100110000 | 1011010 | 1001000 |
Color Harmonies of #F875EF
Complementary color
Monochromatic Colors of #F875EF
Black with #F875EF
Text Example
Text Example
White with #F875EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F875EF; }
p { color: rgb(248,117,239); }
H1.HeaderClassName
{
color: #F875EF;
}
.AnyTagClassName
{
color: #F875EF;
}
</style>
background-color css
<style>
a { background-color: #F875EF; }
a { background-color: rgb(248,117,239); }
div.DivClassName
{
background-color: #F875EF;
}
.BgClassName
{
background-color: #F875EF;
}
</style>
border-color css
<style>
span { border-color: #F875EF; }
span { border-color: rgb(248,117,239); }
td.TdClassName
{
border-color: #F875EF;
}
.TagClassName
{
border-color: #F875EF;
}
</style>