Shades of Violet #F288ED
Tints of Violet #F288ED
RGB
CMYK
RGB Variations
Color information
#F288ED (or 0xF288ED) is known color: Violet. HEX triplet: F2, 88 and ED. RGB value is (242,136,237). Sum of RGB (Red+Green+Blue) = 242+136+237=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 136 (53.52% from 255 or 22.11% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F288ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F288ED is #0D7712. Grayscale: #B2B2B2. Windows color (decimal): -882451 or 15567090. OLE color: 15567090.
HSL color Cylindrical-coordinate representation of color #F288ED: hue angle of 302.83º 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 #F288ED is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 237 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.05 |
| HSL | 302.83º | 0.8% | 0.74% | - |
| HSV(B) | 302.83º | 0.44% | 0.95% | - |
| XYZ | 60.71 | 42.6 | 85.14 | - |
| YUV | 179.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 237 | 0 | 0.44 | 0.02 | 0.05 | 302.83 | 0.8 | 0.74 |
| Hex | F2 | 88 | ED | 0 | 2C | 2 | 5 | 12F | 50 | 4A |
| Octal | 362 | 210 | 355 | 0 | 54 | 2 | 5 | 457 | 120 | 112 |
| Binary | 11110010 | 10001000 | 11101101 | 0 | 101100 | 10 | 101 | 100101111 | 1010000 | 1001010 |
Color Harmonies of #F288ED
Complementary color
Monochromatic Colors of #F288ED
Black with #F288ED
Text Example
Text Example
White with #F288ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F288ED; }
p { color: rgb(242,136,237); }
H1.HeaderClassName
{
color: #F288ED;
}
.AnyTagClassName
{
color: #F288ED;
}
</style>
background-color css
<style>
a { background-color: #F288ED; }
a { background-color: rgb(242,136,237); }
div.DivClassName
{
background-color: #F288ED;
}
.BgClassName
{
background-color: #F288ED;
}
</style>
border-color css
<style>
span { border-color: #F288ED; }
span { border-color: rgb(242,136,237); }
td.TdClassName
{
border-color: #F288ED;
}
.TagClassName
{
border-color: #F288ED;
}
</style>