Shades of Violet #F287FF
Tints of Violet #F287FF
RGB
CMYK
RGB Variations
Color information
#F287FF (or 0xF287FF) is known color: Violet. HEX triplet: F2, 87 and FF. RGB value is (242,135,255). Sum of RGB (Red+Green+Blue) = 242+135+255=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 135 (53.12% from 255 or 21.36% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #F287FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F287FF is #0D7800. Grayscale: #B4B4B4. Windows color (decimal): -882689 or 16746482. OLE color: 16746482.
HSL color Cylindrical-coordinate representation of color #F287FF: hue angle of 293.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F287FF is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 135 | 255 | - |
| CMYK | 0.05 | 0.47 | 0 | 0 |
| HSL | 293.5º | 1% | 0.76% | - |
| HSV(B) | 293.5º | 0.47% | 1% | - |
| XYZ | 63.33 | 43.43 | 99.65 | - |
| YUV | 180.67 | 169.95 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 255 | 0.05 | 0.47 | 0 | 0 | 293.5 | 1 | 0.76 |
| Hex | F2 | 87 | FF | 5 | 2F | 0 | 0 | 126 | 64 | 4C |
| Octal | 362 | 207 | 377 | 5 | 57 | 0 | 0 | 446 | 144 | 114 |
| Binary | 11110010 | 10000111 | 11111111 | 101 | 101111 | 0 | 0 | 100100110 | 1100100 | 1001100 |
Color Harmonies of #F287FF
Complementary color
Monochromatic Colors of #F287FF
Black with #F287FF
Text Example
Text Example
White with #F287FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F287FF; }
p { color: rgb(242,135,255); }
H1.HeaderClassName
{
color: #F287FF;
}
.AnyTagClassName
{
color: #F287FF;
}
</style>
background-color css
<style>
a { background-color: #F287FF; }
a { background-color: rgb(242,135,255); }
div.DivClassName
{
background-color: #F287FF;
}
.BgClassName
{
background-color: #F287FF;
}
</style>
border-color css
<style>
span { border-color: #F287FF; }
span { border-color: rgb(242,135,255); }
td.TdClassName
{
border-color: #F287FF;
}
.TagClassName
{
border-color: #F287FF;
}
</style>