Shades of Violet #F087F2
Tints of Violet #F087F2
RGB
CMYK
RGB Variations
Color information
#F087F2 (or 0xF087F2) is known color: Violet. HEX triplet: F0, 87 and F2. RGB value is (240,135,242). Sum of RGB (Red+Green+Blue) = 240+135+242=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 135 (53.12% from 255 or 21.88% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #F087F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F087F2 is #0F780D. Grayscale: #B2B2B2. Windows color (decimal): -1013774 or 15894512. OLE color: 15894512.
HSL color Cylindrical-coordinate representation of color #F087F2: hue angle of 298.88º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F087F2 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 135 | 242 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.05 |
| HSL | 298.88º | 0.8% | 0.74% | - |
| HSV(B) | 298.88º | 0.44% | 0.95% | - |
| XYZ | 60.63 | 42.26 | 88.97 | - |
| YUV | 178.59 | 163.79 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 242 | 0.01 | 0.44 | 0 | 0.05 | 298.88 | 0.8 | 0.74 |
| Hex | F0 | 87 | F2 | 1 | 2C | 0 | 5 | 12B | 50 | 4A |
| Octal | 360 | 207 | 362 | 1 | 54 | 0 | 5 | 453 | 120 | 112 |
| Binary | 11110000 | 10000111 | 11110010 | 1 | 101100 | 0 | 101 | 100101011 | 1010000 | 1001010 |
Color Harmonies of #F087F2
Complementary color
Monochromatic Colors of #F087F2
Black with #F087F2
Text Example
Text Example
White with #F087F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F087F2; }
p { color: rgb(240,135,242); }
H1.HeaderClassName
{
color: #F087F2;
}
.AnyTagClassName
{
color: #F087F2;
}
</style>
background-color css
<style>
a { background-color: #F087F2; }
a { background-color: rgb(240,135,242); }
div.DivClassName
{
background-color: #F087F2;
}
.BgClassName
{
background-color: #F087F2;
}
</style>
border-color css
<style>
span { border-color: #F087F2; }
span { border-color: rgb(240,135,242); }
td.TdClassName
{
border-color: #F087F2;
}
.TagClassName
{
border-color: #F087F2;
}
</style>