Shades of Violet #F28BEE
Tints of Violet #F28BEE
RGB
CMYK
RGB Variations
Color information
#F28BEE (or 0xF28BEE) is known color: Violet. HEX triplet: F2, 8B and EE. RGB value is (242,139,238). Sum of RGB (Red+Green+Blue) = 242+139+238=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 139 (54.69% from 255 or 22.46% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28BEE is #0D7411. Grayscale: #B4B4B4. Windows color (decimal): -881682 or 15633394. OLE color: 15633394.
HSL color Cylindrical-coordinate representation of color #F28BEE: hue angle of 302.33º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28BEE is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 238 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.05 |
| HSL | 302.33º | 0.8% | 0.75% | - |
| HSV(B) | 302.33º | 0.43% | 0.95% | - |
| XYZ | 61.28 | 43.52 | 86.06 | - |
| YUV | 181.08 | 160.12 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 238 | 0 | 0.43 | 0.02 | 0.05 | 302.33 | 0.8 | 0.75 |
| Hex | F2 | 8B | EE | 0 | 2B | 2 | 5 | 12E | 50 | 4B |
| Octal | 362 | 213 | 356 | 0 | 53 | 2 | 5 | 456 | 120 | 113 |
| Binary | 11110010 | 10001011 | 11101110 | 0 | 101011 | 10 | 101 | 100101110 | 1010000 | 1001011 |
Color Harmonies of #F28BEE
Complementary color
Monochromatic Colors of #F28BEE
Black with #F28BEE
Text Example
Text Example
White with #F28BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BEE; }
p { color: rgb(242,139,238); }
H1.HeaderClassName
{
color: #F28BEE;
}
.AnyTagClassName
{
color: #F28BEE;
}
</style>
background-color css
<style>
a { background-color: #F28BEE; }
a { background-color: rgb(242,139,238); }
div.DivClassName
{
background-color: #F28BEE;
}
.BgClassName
{
background-color: #F28BEE;
}
</style>
border-color css
<style>
span { border-color: #F28BEE; }
span { border-color: rgb(242,139,238); }
td.TdClassName
{
border-color: #F28BEE;
}
.TagClassName
{
border-color: #F28BEE;
}
</style>