Shades of Violet #F087FF
Tints of Violet #F087FF
RGB
CMYK
RGB Variations
Color information
#F087FF (or 0xF087FF) is known color: Violet. HEX triplet: F0, 87 and FF. RGB value is (240,135,255). Sum of RGB (Red+Green+Blue) = 240+135+255=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 135 (53.12% from 255 or 21.43% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #F087FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F087FF is #0F7800. Grayscale: #B3B3B3. Windows color (decimal): -1013761 or 16746480. OLE color: 16746480.
HSL color Cylindrical-coordinate representation of color #F087FF: hue angle of 292.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F087FF is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 135 | 255 | - |
| CMYK | 0.06 | 0.47 | 0 | 0 |
| HSL | 292.5º | 1% | 0.76% | - |
| HSV(B) | 292.5º | 0.47% | 1% | - |
| XYZ | 62.65 | 43.07 | 99.62 | - |
| YUV | 180.08 | 170.29 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 255 | 0.06 | 0.47 | 0 | 0 | 292.5 | 1 | 0.76 |
| Hex | F0 | 87 | FF | 6 | 2F | 0 | 0 | 124 | 64 | 4C |
| Octal | 360 | 207 | 377 | 6 | 57 | 0 | 0 | 444 | 144 | 114 |
| Binary | 11110000 | 10000111 | 11111111 | 110 | 101111 | 0 | 0 | 100100100 | 1100100 | 1001100 |
Color Harmonies of #F087FF
Complementary color
Monochromatic Colors of #F087FF
Black with #F087FF
Text Example
Text Example
White with #F087FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F087FF; }
p { color: rgb(240,135,255); }
H1.HeaderClassName
{
color: #F087FF;
}
.AnyTagClassName
{
color: #F087FF;
}
</style>
background-color css
<style>
a { background-color: #F087FF; }
a { background-color: rgb(240,135,255); }
div.DivClassName
{
background-color: #F087FF;
}
.BgClassName
{
background-color: #F087FF;
}
</style>
border-color css
<style>
span { border-color: #F087FF; }
span { border-color: rgb(240,135,255); }
td.TdClassName
{
border-color: #F087FF;
}
.TagClassName
{
border-color: #F087FF;
}
</style>