Shades of Violet #F087F7
Tints of Violet #F087F7
RGB
CMYK
RGB Variations
Color information
#F087F7 (or 0xF087F7) is known color: Violet. HEX triplet: F0, 87 and F7. RGB value is (240,135,247). Sum of RGB (Red+Green+Blue) = 240+135+247=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 135 (53.12% from 255 or 21.70% from 622); Blue value is 247 (96.88% from 255 or 39.71% from 622); Max value from RGB is 247 - color contains mainly: blue. Hex color #F087F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F087F7 is #0F7808. Grayscale: #B2B2B2. Windows color (decimal): -1013769 or 16222192. OLE color: 16222192.
HSL color Cylindrical-coordinate representation of color #F087F7: hue angle of 296.25º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F087F7 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 135 | 247 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.03 |
| HSL | 296.25º | 0.88% | 0.75% | - |
| HSV(B) | 296.25º | 0.45% | 0.97% | - |
| XYZ | 61.39 | 42.57 | 92.98 | - |
| YUV | 179.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 247 | 0.03 | 0.45 | 0 | 0.03 | 296.25 | 0.88 | 0.75 |
| Hex | F0 | 87 | F7 | 3 | 2D | 0 | 3 | 128 | 58 | 4B |
| Octal | 360 | 207 | 367 | 3 | 55 | 0 | 3 | 450 | 130 | 113 |
| Binary | 11110000 | 10000111 | 11110111 | 11 | 101101 | 0 | 11 | 100101000 | 1011000 | 1001011 |
Color Harmonies of #F087F7
Complementary color
Monochromatic Colors of #F087F7
Black with #F087F7
Text Example
Text Example
White with #F087F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F087F7; }
p { color: rgb(240,135,247); }
H1.HeaderClassName
{
color: #F087F7;
}
.AnyTagClassName
{
color: #F087F7;
}
</style>
background-color css
<style>
a { background-color: #F087F7; }
a { background-color: rgb(240,135,247); }
div.DivClassName
{
background-color: #F087F7;
}
.BgClassName
{
background-color: #F087F7;
}
</style>
border-color css
<style>
span { border-color: #F087F7; }
span { border-color: rgb(240,135,247); }
td.TdClassName
{
border-color: #F087F7;
}
.TagClassName
{
border-color: #F087F7;
}
</style>