Shades of Violet #F08FF6
Tints of Violet #F08FF6
RGB
CMYK
RGB Variations
Color information
#F08FF6 (or 0xF08FF6) is known color: Violet. HEX triplet: F0, 8F and F6. RGB value is (240,143,246). Sum of RGB (Red+Green+Blue) = 240+143+246=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 143 (56.25% from 255 or 22.73% from 629); Blue value is 246 (96.48% from 255 or 39.11% from 629); Max value from RGB is 246 - color contains mainly: blue. Hex color #F08FF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08FF6 is #0F7009. Grayscale: #B7B7B7. Windows color (decimal): -1011722 or 16158704. OLE color: 16158704.
HSL color Cylindrical-coordinate representation of color #F08FF6: hue angle of 296.5º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08FF6 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 143 | 246 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.04 |
| HSL | 296.5º | 0.85% | 0.76% | - |
| HSV(B) | 296.5º | 0.42% | 0.96% | - |
| XYZ | 62.39 | 44.82 | 92.55 | - |
| YUV | 183.75 | 163.14 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 246 | 0.02 | 0.42 | 0 | 0.04 | 296.5 | 0.85 | 0.76 |
| Hex | F0 | 8F | F6 | 2 | 2A | 0 | 4 | 129 | 55 | 4C |
| Octal | 360 | 217 | 366 | 2 | 52 | 0 | 4 | 451 | 125 | 114 |
| Binary | 11110000 | 10001111 | 11110110 | 10 | 101010 | 0 | 100 | 100101001 | 1010101 | 1001100 |
Color Harmonies of #F08FF6
Complementary color
Monochromatic Colors of #F08FF6
Black with #F08FF6
Text Example
Text Example
White with #F08FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FF6; }
p { color: rgb(240,143,246); }
H1.HeaderClassName
{
color: #F08FF6;
}
.AnyTagClassName
{
color: #F08FF6;
}
</style>
background-color css
<style>
a { background-color: #F08FF6; }
a { background-color: rgb(240,143,246); }
div.DivClassName
{
background-color: #F08FF6;
}
.BgClassName
{
background-color: #F08FF6;
}
</style>
border-color css
<style>
span { border-color: #F08FF6; }
span { border-color: rgb(240,143,246); }
td.TdClassName
{
border-color: #F08FF6;
}
.TagClassName
{
border-color: #F08FF6;
}
</style>