Shades of Violet #F28CEB
Tints of Violet #F28CEB
RGB
CMYK
RGB Variations
Color information
#F28CEB (or 0xF28CEB) is known color: Violet. HEX triplet: F2, 8C and EB. RGB value is (242,140,235). Sum of RGB (Red+Green+Blue) = 242+140+235=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 140 (55.08% from 255 or 22.69% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28CEB is #0D7314. Grayscale: #B5B5B5. Windows color (decimal): -881429 or 15437042. OLE color: 15437042.
HSL color Cylindrical-coordinate representation of color #F28CEB: hue angle of 304.12º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F28CEB is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 235 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.05 |
| HSL | 304.12º | 0.8% | 0.75% | - |
| HSV(B) | 304.12º | 0.42% | 0.95% | - |
| XYZ | 60.99 | 43.63 | 83.8 | - |
| YUV | 181.33 | 158.29 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 235 | 0 | 0.42 | 0.03 | 0.05 | 304.12 | 0.8 | 0.75 |
| Hex | F2 | 8C | EB | 0 | 2A | 3 | 5 | 130 | 50 | 4B |
| Octal | 362 | 214 | 353 | 0 | 52 | 3 | 5 | 460 | 120 | 113 |
| Binary | 11110010 | 10001100 | 11101011 | 0 | 101010 | 11 | 101 | 100110000 | 1010000 | 1001011 |
Color Harmonies of #F28CEB
Complementary color
Monochromatic Colors of #F28CEB
Black with #F28CEB
Text Example
Text Example
White with #F28CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28CEB; }
p { color: rgb(242,140,235); }
H1.HeaderClassName
{
color: #F28CEB;
}
.AnyTagClassName
{
color: #F28CEB;
}
</style>
background-color css
<style>
a { background-color: #F28CEB; }
a { background-color: rgb(242,140,235); }
div.DivClassName
{
background-color: #F28CEB;
}
.BgClassName
{
background-color: #F28CEB;
}
</style>
border-color css
<style>
span { border-color: #F28CEB; }
span { border-color: rgb(242,140,235); }
td.TdClassName
{
border-color: #F28CEB;
}
.TagClassName
{
border-color: #F28CEB;
}
</style>