Shades of Violet #F887F0
Tints of Violet #F887F0
RGB
CMYK
RGB Variations
Color information
#F887F0 (or 0xF887F0) is known color: Violet. HEX triplet: F8, 87 and F0. RGB value is (248,135,240). Sum of RGB (Red+Green+Blue) = 248+135+240=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 135 (53.12% from 255 or 21.67% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F887F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F887F0 is #07780F. Grayscale: #B4B4B4. Windows color (decimal): -489488 or 15763448. OLE color: 15763448.
HSL color Cylindrical-coordinate representation of color #F887F0: hue angle of 304.25º 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 #F887F0 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 135 | 240 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.03 |
| HSL | 304.25º | 0.89% | 0.75% | - |
| HSV(B) | 304.25º | 0.46% | 0.97% | - |
| XYZ | 63.1 | 43.58 | 87.52 | - |
| YUV | 180.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 135 | 240 | 0 | 0.46 | 0.03 | 0.03 | 304.25 | 0.89 | 0.75 |
| Hex | F8 | 87 | F0 | 0 | 2E | 3 | 3 | 130 | 59 | 4B |
| Octal | 370 | 207 | 360 | 0 | 56 | 3 | 3 | 460 | 131 | 113 |
| Binary | 11111000 | 10000111 | 11110000 | 0 | 101110 | 11 | 11 | 100110000 | 1011001 | 1001011 |
Color Harmonies of #F887F0
Complementary color
Monochromatic Colors of #F887F0
Black with #F887F0
Text Example
Text Example
White with #F887F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F887F0; }
p { color: rgb(248,135,240); }
H1.HeaderClassName
{
color: #F887F0;
}
.AnyTagClassName
{
color: #F887F0;
}
</style>
background-color css
<style>
a { background-color: #F887F0; }
a { background-color: rgb(248,135,240); }
div.DivClassName
{
background-color: #F887F0;
}
.BgClassName
{
background-color: #F887F0;
}
</style>
border-color css
<style>
span { border-color: #F887F0; }
span { border-color: rgb(248,135,240); }
td.TdClassName
{
border-color: #F887F0;
}
.TagClassName
{
border-color: #F887F0;
}
</style>