Shades of Violet #F874ED
Tints of Violet #F874ED
RGB
CMYK
RGB Variations
Color information
#F874ED (or 0xF874ED) is known color: Violet. HEX triplet: F8, 74 and ED. RGB value is (248,116,237). Sum of RGB (Red+Green+Blue) = 248+116+237=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 116 (45.70% from 255 or 19.30% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F874ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F874ED is #078B12. Grayscale: #A8A8A8. Windows color (decimal): -494355 or 15561976. OLE color: 15561976.
HSL color Cylindrical-coordinate representation of color #F874ED: hue angle of 305º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F874ED is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 237 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.03 |
| HSL | 305º | 0.9% | 0.71% | - |
| HSV(B) | 305º | 0.53% | 0.97% | - |
| XYZ | 60.24 | 38.56 | 84.39 | - |
| YUV | 169.26 | 166.23 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 237 | 0 | 0.53 | 0.04 | 0.03 | 305 | 0.9 | 0.71 |
| Hex | F8 | 74 | ED | 0 | 35 | 4 | 3 | 131 | 5A | 47 |
| Octal | 370 | 164 | 355 | 0 | 65 | 4 | 3 | 461 | 132 | 107 |
| Binary | 11111000 | 1110100 | 11101101 | 0 | 110101 | 100 | 11 | 100110001 | 1011010 | 1000111 |
Color Harmonies of #F874ED
Complementary color
Monochromatic Colors of #F874ED
Black with #F874ED
Text Example
Text Example
White with #F874ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F874ED; }
p { color: rgb(248,116,237); }
H1.HeaderClassName
{
color: #F874ED;
}
.AnyTagClassName
{
color: #F874ED;
}
</style>
background-color css
<style>
a { background-color: #F874ED; }
a { background-color: rgb(248,116,237); }
div.DivClassName
{
background-color: #F874ED;
}
.BgClassName
{
background-color: #F874ED;
}
</style>
border-color css
<style>
span { border-color: #F874ED; }
span { border-color: rgb(248,116,237); }
td.TdClassName
{
border-color: #F874ED;
}
.TagClassName
{
border-color: #F874ED;
}
</style>