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