Shades of Violet #F287EE
Tints of Violet #F287EE
RGB
CMYK
RGB Variations
Color information
#F287EE (or 0xF287EE) is known color: Violet. HEX triplet: F2, 87 and EE. RGB value is (242,135,238). Sum of RGB (Red+Green+Blue) = 242+135+238=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 135 (53.12% from 255 or 21.95% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F287EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F287EE is #0D7811. Grayscale: #B2B2B2. Windows color (decimal): -882706 or 15632370. OLE color: 15632370.
HSL color Cylindrical-coordinate representation of color #F287EE: hue angle of 302.24º 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 #F287EE is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 238 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.05 |
| HSL | 302.24º | 0.8% | 0.74% | - |
| HSV(B) | 302.24º | 0.44% | 0.95% | - |
| XYZ | 60.71 | 42.38 | 85.87 | - |
| YUV | 178.74 | 161.45 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 238 | 0 | 0.44 | 0.02 | 0.05 | 302.24 | 0.8 | 0.74 |
| Hex | F2 | 87 | EE | 0 | 2C | 2 | 5 | 12E | 50 | 4A |
| Octal | 362 | 207 | 356 | 0 | 54 | 2 | 5 | 456 | 120 | 112 |
| Binary | 11110010 | 10000111 | 11101110 | 0 | 101100 | 10 | 101 | 100101110 | 1010000 | 1001010 |
Color Harmonies of #F287EE
Complementary color
Monochromatic Colors of #F287EE
Black with #F287EE
Text Example
Text Example
White with #F287EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F287EE; }
p { color: rgb(242,135,238); }
H1.HeaderClassName
{
color: #F287EE;
}
.AnyTagClassName
{
color: #F287EE;
}
</style>
background-color css
<style>
a { background-color: #F287EE; }
a { background-color: rgb(242,135,238); }
div.DivClassName
{
background-color: #F287EE;
}
.BgClassName
{
background-color: #F287EE;
}
</style>
border-color css
<style>
span { border-color: #F287EE; }
span { border-color: rgb(242,135,238); }
td.TdClassName
{
border-color: #F287EE;
}
.TagClassName
{
border-color: #F287EE;
}
</style>