Shades of Violet #F886F0
Tints of Violet #F886F0
RGB
CMYK
RGB Variations
Color information
#F886F0 (or 0xF886F0) is known color: Violet. HEX triplet: F8, 86 and F0. RGB value is (248,134,240). Sum of RGB (Red+Green+Blue) = 248+134+240=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 134 (52.73% from 255 or 21.54% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F886F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F886F0 is #07790F. Grayscale: #B3B3B3. Windows color (decimal): -489744 or 15763192. OLE color: 15763192.
HSL color Cylindrical-coordinate representation of color #F886F0: hue angle of 304.21º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F886F0 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 134 | 240 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.03 |
| HSL | 304.21º | 0.89% | 0.75% | - |
| HSV(B) | 304.21º | 0.46% | 0.97% | - |
| XYZ | 62.96 | 43.3 | 87.48 | - |
| YUV | 180.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 134 | 240 | 0 | 0.46 | 0.03 | 0.03 | 304.21 | 0.89 | 0.75 |
| Hex | F8 | 86 | F0 | 0 | 2E | 3 | 3 | 130 | 59 | 4B |
| Octal | 370 | 206 | 360 | 0 | 56 | 3 | 3 | 460 | 131 | 113 |
| Binary | 11111000 | 10000110 | 11110000 | 0 | 101110 | 11 | 11 | 100110000 | 1011001 | 1001011 |
Color Harmonies of #F886F0
Complementary color
Monochromatic Colors of #F886F0
Black with #F886F0
Text Example
Text Example
White with #F886F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F886F0; }
p { color: rgb(248,134,240); }
H1.HeaderClassName
{
color: #F886F0;
}
.AnyTagClassName
{
color: #F886F0;
}
</style>
background-color css
<style>
a { background-color: #F886F0; }
a { background-color: rgb(248,134,240); }
div.DivClassName
{
background-color: #F886F0;
}
.BgClassName
{
background-color: #F886F0;
}
</style>
border-color css
<style>
span { border-color: #F886F0; }
span { border-color: rgb(248,134,240); }
td.TdClassName
{
border-color: #F886F0;
}
.TagClassName
{
border-color: #F886F0;
}
</style>