Shades of Violet #F287F8
Tints of Violet #F287F8
RGB
CMYK
RGB Variations
Color information
#F287F8 (or 0xF287F8) is known color: Violet. HEX triplet: F2, 87 and F8. RGB value is (242,135,248). Sum of RGB (Red+Green+Blue) = 242+135+248=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 135 (53.12% from 255 or 21.6% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #F287F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F287F8 is #0D7807. Grayscale: #B3B3B3. Windows color (decimal): -882696 or 16287730. OLE color: 16287730.
HSL color Cylindrical-coordinate representation of color #F287F8: hue angle of 296.81º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F287F8 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 135 | 248 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.03 |
| HSL | 296.81º | 0.89% | 0.75% | - |
| HSV(B) | 296.81º | 0.46% | 0.97% | - |
| XYZ | 62.23 | 42.98 | 93.82 | - |
| YUV | 179.88 | 166.45 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 248 | 0.02 | 0.46 | 0 | 0.03 | 296.81 | 0.89 | 0.75 |
| Hex | F2 | 87 | F8 | 2 | 2E | 0 | 3 | 129 | 59 | 4B |
| Octal | 362 | 207 | 370 | 2 | 56 | 0 | 3 | 451 | 131 | 113 |
| Binary | 11110010 | 10000111 | 11111000 | 10 | 101110 | 0 | 11 | 100101001 | 1011001 | 1001011 |
Color Harmonies of #F287F8
Complementary color
Monochromatic Colors of #F287F8
Black with #F287F8
Text Example
Text Example
White with #F287F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F287F8; }
p { color: rgb(242,135,248); }
H1.HeaderClassName
{
color: #F287F8;
}
.AnyTagClassName
{
color: #F287F8;
}
</style>
background-color css
<style>
a { background-color: #F287F8; }
a { background-color: rgb(242,135,248); }
div.DivClassName
{
background-color: #F287F8;
}
.BgClassName
{
background-color: #F287F8;
}
</style>
border-color css
<style>
span { border-color: #F287F8; }
span { border-color: rgb(242,135,248); }
td.TdClassName
{
border-color: #F287F8;
}
.TagClassName
{
border-color: #F287F8;
}
</style>