Shades of Violet #F08BEA
Tints of Violet #F08BEA
RGB
CMYK
RGB Variations
Color information
#F08BEA (or 0xF08BEA) is known color: Violet. HEX triplet: F0, 8B and EA. RGB value is (240,139,234). Sum of RGB (Red+Green+Blue) = 240+139+234=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 139 (54.69% from 255 or 22.68% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08BEA is #0F7415. Grayscale: #B3B3B3. Windows color (decimal): -1012758 or 15371248. OLE color: 15371248.
HSL color Cylindrical-coordinate representation of color #F08BEA: hue angle of 303.56º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08BEA is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 234 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.06 |
| HSL | 303.56º | 0.77% | 0.74% | - |
| HSV(B) | 303.56º | 0.42% | 0.94% | - |
| XYZ | 60.02 | 42.93 | 82.97 | - |
| YUV | 180.03 | 158.46 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 234 | 0 | 0.42 | 0.02 | 0.06 | 303.56 | 0.77 | 0.74 |
| Hex | F0 | 8B | EA | 0 | 2A | 2 | 6 | 130 | 4D | 4A |
| Octal | 360 | 213 | 352 | 0 | 52 | 2 | 6 | 460 | 115 | 112 |
| Binary | 11110000 | 10001011 | 11101010 | 0 | 101010 | 10 | 110 | 100110000 | 1001101 | 1001010 |
Color Harmonies of #F08BEA
Complementary color
Monochromatic Colors of #F08BEA
Black with #F08BEA
Text Example
Text Example
White with #F08BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BEA; }
p { color: rgb(240,139,234); }
H1.HeaderClassName
{
color: #F08BEA;
}
.AnyTagClassName
{
color: #F08BEA;
}
</style>
background-color css
<style>
a { background-color: #F08BEA; }
a { background-color: rgb(240,139,234); }
div.DivClassName
{
background-color: #F08BEA;
}
.BgClassName
{
background-color: #F08BEA;
}
</style>
border-color css
<style>
span { border-color: #F08BEA; }
span { border-color: rgb(240,139,234); }
td.TdClassName
{
border-color: #F08BEA;
}
.TagClassName
{
border-color: #F08BEA;
}
</style>