Shades of Violet #F288FE
Tints of Violet #F288FE
RGB
CMYK
RGB Variations
Color information
#F288FE (or 0xF288FE) is known color: Violet. HEX triplet: F2, 88 and FE. RGB value is (242,136,254). Sum of RGB (Red+Green+Blue) = 242+136+254=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 136 (53.52% from 255 or 21.52% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #F288FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F288FE is #0D7701. Grayscale: #B4B4B4. Windows color (decimal): -882434 or 16681202. OLE color: 16681202.
HSL color Cylindrical-coordinate representation of color #F288FE: hue angle of 293.9º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F288FE is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 136 | 254 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.00 |
| HSL | 293.9º | 0.98% | 0.76% | - |
| HSV(B) | 293.9º | 0.46% | 1% | - |
| XYZ | 63.31 | 43.64 | 98.85 | - |
| YUV | 181.15 | 169.12 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 254 | 0.05 | 0.46 | 0 | 0.00 | 293.9 | 0.98 | 0.76 |
| Hex | F2 | 88 | FE | 5 | 2E | 0 | 0 | 126 | 62 | 4C |
| Octal | 362 | 210 | 376 | 5 | 56 | 0 | 0 | 446 | 142 | 114 |
| Binary | 11110010 | 10001000 | 11111110 | 101 | 101110 | 0 | 0 | 100100110 | 1100010 | 1001100 |
Color Harmonies of #F288FE
Complementary color
Monochromatic Colors of #F288FE
Black with #F288FE
Text Example
Text Example
White with #F288FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F288FE; }
p { color: rgb(242,136,254); }
H1.HeaderClassName
{
color: #F288FE;
}
.AnyTagClassName
{
color: #F288FE;
}
</style>
background-color css
<style>
a { background-color: #F288FE; }
a { background-color: rgb(242,136,254); }
div.DivClassName
{
background-color: #F288FE;
}
.BgClassName
{
background-color: #F288FE;
}
</style>
border-color css
<style>
span { border-color: #F288FE; }
span { border-color: rgb(242,136,254); }
td.TdClassName
{
border-color: #F288FE;
}
.TagClassName
{
border-color: #F288FE;
}
</style>