Shades of Violet #F987F2
Tints of Violet #F987F2
RGB
CMYK
RGB Variations
Color information
#F987F2 (or 0xF987F2) is known color: Violet. HEX triplet: F9, 87 and F2. RGB value is (249,135,242). Sum of RGB (Red+Green+Blue) = 249+135+242=626 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.78% from 626); Green value is 135 (53.12% from 255 or 21.57% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 249 - color contains mainly: red. Hex color #F987F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F987F2 is #06780D. Grayscale: #B4B4B4. Windows color (decimal): -423950 or 15894521. OLE color: 15894521.
HSL color Cylindrical-coordinate representation of color #F987F2: hue angle of 303.68º degrees, saturation: 0.9, 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 #F987F2 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 135 | 242 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.02 |
| HSL | 303.68º | 0.9% | 0.75% | - |
| HSV(B) | 303.68º | 0.46% | 0.98% | - |
| XYZ | 63.76 | 43.88 | 89.11 | - |
| YUV | 181.28 | 162.27 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 135 | 242 | 0 | 0.46 | 0.03 | 0.02 | 303.68 | 0.9 | 0.75 |
| Hex | F9 | 87 | F2 | 0 | 2E | 3 | 2 | 130 | 5A | 4B |
| Octal | 371 | 207 | 362 | 0 | 56 | 3 | 2 | 460 | 132 | 113 |
| Binary | 11111001 | 10000111 | 11110010 | 0 | 101110 | 11 | 10 | 100110000 | 1011010 | 1001011 |
Color Harmonies of #F987F2
Complementary color
Monochromatic Colors of #F987F2
Black with #F987F2
Text Example
Text Example
White with #F987F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F987F2; }
p { color: rgb(249,135,242); }
H1.HeaderClassName
{
color: #F987F2;
}
.AnyTagClassName
{
color: #F987F2;
}
</style>
background-color css
<style>
a { background-color: #F987F2; }
a { background-color: rgb(249,135,242); }
div.DivClassName
{
background-color: #F987F2;
}
.BgClassName
{
background-color: #F987F2;
}
</style>
border-color css
<style>
span { border-color: #F987F2; }
span { border-color: rgb(249,135,242); }
td.TdClassName
{
border-color: #F987F2;
}
.TagClassName
{
border-color: #F987F2;
}
</style>