Shades of Violet #F08FED
Tints of Violet #F08FED
RGB
CMYK
RGB Variations
Color information
#F08FED (or 0xF08FED) is known color: Violet. HEX triplet: F0, 8F and ED. RGB value is (240,143,237). Sum of RGB (Red+Green+Blue) = 240+143+237=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 143 (56.25% from 255 or 23.06% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08FED is #0F7012. Grayscale: #B6B6B6. Windows color (decimal): -1011731 or 15568880. OLE color: 15568880.
HSL color Cylindrical-coordinate representation of color #F08FED: hue angle of 301.86º 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 #F08FED is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 143 | 237 | - |
CMYK | 0 | 0.40 | 0.01 | 0.06 |
HSL | 301.86º | 0.76% | 0.75% | - |
HSV(B) | 301.86º | 0.4% | 0.94% | - |
XYZ | 61.04 | 44.28 | 85.45 | - |
YUV | 182.72 | 158.64 | 168.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 143 | 237 | 0 | 0.40 | 0.01 | 0.06 | 301.86 | 0.76 | 0.75 |
Hex | F0 | 8F | ED | 0 | 28 | 1 | 6 | 12E | 4C | 4B |
Octal | 360 | 217 | 355 | 0 | 50 | 1 | 6 | 456 | 114 | 113 |
Binary | 11110000 | 10001111 | 11101101 | 0 | 101000 | 1 | 110 | 100101110 | 1001100 | 1001011 |
Color Harmonies of #F08FED
Complementary color
Monochromatic Colors of #F08FED
Black with #F08FED
Text Example
Text Example
White with #F08FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FED; }
p { color: rgb(240,143,237); }
H1.HeaderClassName
{
color: #F08FED;
}
.AnyTagClassName
{
color: #F08FED;
}
</style>
background-color css
<style>
a { background-color: #F08FED; }
a { background-color: rgb(240,143,237); }
div.DivClassName
{
background-color: #F08FED;
}
.BgClassName
{
background-color: #F08FED;
}
</style>
border-color css
<style>
span { border-color: #F08FED; }
span { border-color: rgb(240,143,237); }
td.TdClassName
{
border-color: #F08FED;
}
.TagClassName
{
border-color: #F08FED;
}
</style>