#F097ED

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

Shades of Violet #F097ED

Tints of Violet #F097ED

Color information

#F097ED (or 0xF097ED) is unknown color: approx Violet. HEX triplet: F0, 97 and ED. RGB value is (240,151,237). Sum of RGB (Red+Green+Blue) = 240+151+237=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 151 (59.38% from 255 or 24.04% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F097ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F097ED is #0F6812. Grayscale: #BBBBBB. Windows color (decimal): -1009683 or 15570928. OLE color: 15570928.

HSL color Cylindrical-coordinate representation of color #F097ED: hue angle of 302.02º 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 #F097ED is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240151237-
CMYK00.370.010.06
HSL302.02º74.79%76.67%-
HSV(B)302.02º37.08%94.12%-
XYZ62.2946.7785.87-
YUV187.42155.99165.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.22%
GREEN value IS 151 (59.38% from 255) = 24.04%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=38.22%
G=24.04%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015123700.370.010.06302.0274.7976.67
HexF097ED0251612e4b4d
Octal36022735504516456113115
Binary1111000010010111111011010100101111010010111010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F097ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F097ED; }

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

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

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

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

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

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

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

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