Shades of Violet #F28BEB
Tints of Violet #F28BEB
RGB
CMYK
RGB Variations
Color information
#F28BEB (or 0xF28BEB) is known color: Violet. HEX triplet: F2, 8B and EB. RGB value is (242,139,235). Sum of RGB (Red+Green+Blue) = 242+139+235=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 139 (54.69% from 255 or 22.56% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28BEB is #0D7414. Grayscale: #B4B4B4. Windows color (decimal): -881685 or 15436786. OLE color: 15436786.
HSL color Cylindrical-coordinate representation of color #F28BEB: hue angle of 304.08º 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 #F28BEB is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 235 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.05 |
| HSL | 304.08º | 0.8% | 0.75% | - |
| HSV(B) | 304.08º | 0.43% | 0.95% | - |
| XYZ | 60.85 | 43.34 | 83.76 | - |
| YUV | 180.74 | 158.62 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 235 | 0 | 0.43 | 0.03 | 0.05 | 304.08 | 0.8 | 0.75 |
| Hex | F2 | 8B | EB | 0 | 2B | 3 | 5 | 130 | 50 | 4B |
| Octal | 362 | 213 | 353 | 0 | 53 | 3 | 5 | 460 | 120 | 113 |
| Binary | 11110010 | 10001011 | 11101011 | 0 | 101011 | 11 | 101 | 100110000 | 1010000 | 1001011 |
Color Harmonies of #F28BEB
Complementary color
Monochromatic Colors of #F28BEB
Black with #F28BEB
Text Example
Text Example
White with #F28BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BEB; }
p { color: rgb(242,139,235); }
H1.HeaderClassName
{
color: #F28BEB;
}
.AnyTagClassName
{
color: #F28BEB;
}
</style>
background-color css
<style>
a { background-color: #F28BEB; }
a { background-color: rgb(242,139,235); }
div.DivClassName
{
background-color: #F28BEB;
}
.BgClassName
{
background-color: #F28BEB;
}
</style>
border-color css
<style>
span { border-color: #F28BEB; }
span { border-color: rgb(242,139,235); }
td.TdClassName
{
border-color: #F28BEB;
}
.TagClassName
{
border-color: #F28BEB;
}
</style>