#F08EF7

Color #F08EF7 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #F08EF7

Tints of Violet #F08EF7

Color information

#F08EF7 (or 0xF08EF7) is unknown color: approx Violet. HEX triplet: F0, 8E and F7. RGB value is (240,142,247). Sum of RGB (Red+Green+Blue) = 240+142+247=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 142 (55.86% from 255 or 22.58% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: blue. Hex color #F08EF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08EF7 is #0F7108. Grayscale: #B6B6B6. Windows color (decimal): -1011977 or 16223984. OLE color: 16223984.

HSL color Cylindrical-coordinate representation of color #F08EF7: hue angle of 296º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08EF7 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB240142247-
CMYK0.030.4300.03
HSL296º86.78%76.27%-
HSV(B)296º42.51%96.86%-
XYZ62.444.5993.31-
YUV183.27163.97168.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 38.16%
GREEN value IS 142 (55.86% from 255) = 22.58%
BLUE value IS 247 (96.88% from 255) = 39.27%
R=38.16%
G=22.58%
B=39.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2401422470.030.4300.0329686.7876.27
HexF08EF732B03128574c
Octal36021636735303450127114
Binary1111000010001110111101111110101101110010100010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08EF7; }

 p { color: rgb(240,142,247); }

 H1.HeaderClassName
 {
   color: #F08EF7;
 }
 .AnyTagClassName
 {
   color: #F08EF7;
 }
</style>
background-color css

<style>
 a { background-color: #F08EF7; }

 a { background-color: rgb(240,142,247); }

 div.DivClassName
 {
   background-color: #F08EF7;
 }
 .BgClassName
 {
   background-color: #F08EF7;
 }
</style>
border-color css

<style>
 span { border-color: #F08EF7; }

 span { border-color: rgb(240,142,247); }

 td.TdClassName
 {
   border-color: #F08EF7;
 }
 .TagClassName
 {
   border-color: #F08EF7;
 }
</style>