Shades of Violet #F08FEA
Tints of Violet #F08FEA
RGB
CMYK
RGB Variations
Color information
#F08FEA (or 0xF08FEA) is known color: Violet. HEX triplet: F0, 8F and EA. RGB value is (240,143,234). Sum of RGB (Red+Green+Blue) = 240+143+234=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 143 (56.25% from 255 or 23.18% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08FEA is #0F7015. Grayscale: #B6B6B6. Windows color (decimal): -1011734 or 15372272. OLE color: 15372272.
HSL color Cylindrical-coordinate representation of color #F08FEA: hue angle of 303.71º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FEA is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 234 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.06 |
| HSL | 303.71º | 0.76% | 0.75% | - |
| HSV(B) | 303.71º | 0.4% | 0.94% | - |
| XYZ | 60.61 | 44.11 | 83.16 | - |
| YUV | 182.38 | 157.14 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 234 | 0 | 0.40 | 0.02 | 0.06 | 303.71 | 0.76 | 0.75 |
| Hex | F0 | 8F | EA | 0 | 28 | 2 | 6 | 130 | 4C | 4B |
| Octal | 360 | 217 | 352 | 0 | 50 | 2 | 6 | 460 | 114 | 113 |
| Binary | 11110000 | 10001111 | 11101010 | 0 | 101000 | 10 | 110 | 100110000 | 1001100 | 1001011 |
Color Harmonies of #F08FEA
Complementary color
Monochromatic Colors of #F08FEA
Black with #F08FEA
Text Example
Text Example
White with #F08FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FEA; }
p { color: rgb(240,143,234); }
H1.HeaderClassName
{
color: #F08FEA;
}
.AnyTagClassName
{
color: #F08FEA;
}
</style>
background-color css
<style>
a { background-color: #F08FEA; }
a { background-color: rgb(240,143,234); }
div.DivClassName
{
background-color: #F08FEA;
}
.BgClassName
{
background-color: #F08FEA;
}
</style>
border-color css
<style>
span { border-color: #F08FEA; }
span { border-color: rgb(240,143,234); }
td.TdClassName
{
border-color: #F08FEA;
}
.TagClassName
{
border-color: #F08FEA;
}
</style>