Shades of Violet #F087FB
Tints of Violet #F087FB
RGB
CMYK
RGB Variations
Color information
#F087FB (or 0xF087FB) is known color: Violet. HEX triplet: F0, 87 and FB. RGB value is (240,135,251). Sum of RGB (Red+Green+Blue) = 240+135+251=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 135 (53.12% from 255 or 21.57% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #F087FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F087FB is #0F7804. Grayscale: #B3B3B3. Windows color (decimal): -1013765 or 16484336. OLE color: 16484336.
HSL color Cylindrical-coordinate representation of color #F087FB: hue angle of 294.31º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F087FB is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 135 | 251 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.02 |
| HSL | 294.31º | 0.94% | 0.76% | - |
| HSV(B) | 294.31º | 0.46% | 0.98% | - |
| XYZ | 62.01 | 42.82 | 96.26 | - |
| YUV | 179.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 251 | 0.04 | 0.46 | 0 | 0.02 | 294.31 | 0.94 | 0.76 |
| Hex | F0 | 87 | FB | 4 | 2E | 0 | 2 | 126 | 5E | 4C |
| Octal | 360 | 207 | 373 | 4 | 56 | 0 | 2 | 446 | 136 | 114 |
| Binary | 11110000 | 10000111 | 11111011 | 100 | 101110 | 0 | 10 | 100100110 | 1011110 | 1001100 |
Color Harmonies of #F087FB
Complementary color
Monochromatic Colors of #F087FB
Black with #F087FB
Text Example
Text Example
White with #F087FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F087FB; }
p { color: rgb(240,135,251); }
H1.HeaderClassName
{
color: #F087FB;
}
.AnyTagClassName
{
color: #F087FB;
}
</style>
background-color css
<style>
a { background-color: #F087FB; }
a { background-color: rgb(240,135,251); }
div.DivClassName
{
background-color: #F087FB;
}
.BgClassName
{
background-color: #F087FB;
}
</style>
border-color css
<style>
span { border-color: #F087FB; }
span { border-color: rgb(240,135,251); }
td.TdClassName
{
border-color: #F087FB;
}
.TagClassName
{
border-color: #F087FB;
}
</style>