Shades of Violet #F08FF7
Tints of Violet #F08FF7
RGB
CMYK
RGB Variations
Color information
#F08FF7 (or 0xF08FF7) is known color: Violet. HEX triplet: F0, 8F and F7. RGB value is (240,143,247). Sum of RGB (Red+Green+Blue) = 240+143+247=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 143 (56.25% from 255 or 22.70% from 630); Blue value is 247 (96.88% from 255 or 39.21% from 630); Max value from RGB is 247 - color contains mainly: blue. Hex color #F08FF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08FF7 is #0F7008. Grayscale: #B7B7B7. Windows color (decimal): -1011721 or 16224240. OLE color: 16224240.
HSL color Cylindrical-coordinate representation of color #F08FF7: hue angle of 295.96º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08FF7 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 143 | 247 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.03 |
| HSL | 295.96º | 0.87% | 0.76% | - |
| HSV(B) | 295.96º | 0.42% | 0.97% | - |
| XYZ | 62.55 | 44.89 | 93.36 | - |
| YUV | 183.86 | 163.64 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 247 | 0.03 | 0.42 | 0 | 0.03 | 295.96 | 0.87 | 0.76 |
| Hex | F0 | 8F | F7 | 3 | 2A | 0 | 3 | 128 | 57 | 4C |
| Octal | 360 | 217 | 367 | 3 | 52 | 0 | 3 | 450 | 127 | 114 |
| Binary | 11110000 | 10001111 | 11110111 | 11 | 101010 | 0 | 11 | 100101000 | 1010111 | 1001100 |
Color Harmonies of #F08FF7
Complementary color
Monochromatic Colors of #F08FF7
Black with #F08FF7
Text Example
Text Example
White with #F08FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FF7; }
p { color: rgb(240,143,247); }
H1.HeaderClassName
{
color: #F08FF7;
}
.AnyTagClassName
{
color: #F08FF7;
}
</style>
background-color css
<style>
a { background-color: #F08FF7; }
a { background-color: rgb(240,143,247); }
div.DivClassName
{
background-color: #F08FF7;
}
.BgClassName
{
background-color: #F08FF7;
}
</style>
border-color css
<style>
span { border-color: #F08FF7; }
span { border-color: rgb(240,143,247); }
td.TdClassName
{
border-color: #F08FF7;
}
.TagClassName
{
border-color: #F08FF7;
}
</style>