#F097EF

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

Shades of Violet #F097EF

Tints of Violet #F097EF

Color information

#F097EF (or 0xF097EF) is unknown color: approx Violet. HEX triplet: F0, 97 and EF. RGB value is (240,151,239). Sum of RGB (Red+Green+Blue) = 240+151+239=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 151 (59.38% from 255 or 23.97% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F097EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F097EF is #0F6810. Grayscale: #BBBBBB. Windows color (decimal): -1009681 or 15702000. OLE color: 15702000.

HSL color Cylindrical-coordinate representation of color #F097EF: hue angle of 300.67º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F097EF is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB240151239-
CMYK00.370.000.06
HSL300.67º74.79%76.67%-
HSV(B)300.67º37.08%94.12%-
XYZ62.5846.8987.41-
YUV187.64156.99165.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.10%
GREEN value IS 151 (59.38% from 255) = 23.97%
BLUE value IS 239 (93.75% from 255) = 37.94%
R=38.10%
G=23.97%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015123900.370.000.06300.6774.7976.67
HexF097EF0250612d4b4d
Octal36022735704506455113115
Binary1111000010010111111011110100101011010010110110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F097EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F097EF; }

 p { color: rgb(240,151,239); }

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

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

 a { background-color: rgb(240,151,239); }

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

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

 span { border-color: rgb(240,151,239); }

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