Shades of Violet #F087FA
Tints of Violet #F087FA
RGB
CMYK
RGB Variations
Color information
#F087FA (or 0xF087FA) is known color: Violet. HEX triplet: F0, 87 and FA. RGB value is (240,135,250). Sum of RGB (Red+Green+Blue) = 240+135+250=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 135 (53.12% from 255 or 21.6% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #F087FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F087FA is #0F7805. Grayscale: #B3B3B3. Windows color (decimal): -1013766 or 16418800. OLE color: 16418800.
HSL color Cylindrical-coordinate representation of color #F087FA: hue angle of 294.78º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F087FA is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 135 | 250 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.02 |
| HSL | 294.78º | 0.92% | 0.75% | - |
| HSV(B) | 294.78º | 0.46% | 0.98% | - |
| XYZ | 61.85 | 42.76 | 95.43 | - |
| YUV | 179.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 250 | 0.04 | 0.46 | 0 | 0.02 | 294.78 | 0.92 | 0.75 |
| Hex | F0 | 87 | FA | 4 | 2E | 0 | 2 | 127 | 5C | 4B |
| Octal | 360 | 207 | 372 | 4 | 56 | 0 | 2 | 447 | 134 | 113 |
| Binary | 11110000 | 10000111 | 11111010 | 100 | 101110 | 0 | 10 | 100100111 | 1011100 | 1001011 |
Color Harmonies of #F087FA
Complementary color
Monochromatic Colors of #F087FA
Black with #F087FA
Text Example
Text Example
White with #F087FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F087FA; }
p { color: rgb(240,135,250); }
H1.HeaderClassName
{
color: #F087FA;
}
.AnyTagClassName
{
color: #F087FA;
}
</style>
background-color css
<style>
a { background-color: #F087FA; }
a { background-color: rgb(240,135,250); }
div.DivClassName
{
background-color: #F087FA;
}
.BgClassName
{
background-color: #F087FA;
}
</style>
border-color css
<style>
span { border-color: #F087FA; }
span { border-color: rgb(240,135,250); }
td.TdClassName
{
border-color: #F087FA;
}
.TagClassName
{
border-color: #F087FA;
}
</style>