#F090EC

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

Shades of Violet #F090EC

Tints of Violet #F090EC

Color information

#F090EC (or 0xF090EC) is unknown color: approx Violet. HEX triplet: F0, 90 and EC. RGB value is (240,144,236). Sum of RGB (Red+Green+Blue) = 240+144+236=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 144 (56.64% from 255 or 23.23% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F090EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F090EC is #0F6F13. Grayscale: #B6B6B6. Windows color (decimal): -1011476 or 15503600. OLE color: 15503600.

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

Color convert

RGB240144236-
CMYK00.40.020.06
HSL302.5º76.19%75.29%-
HSV(B)302.5º40%94.12%-
XYZ61.0544.5384.73-
YUV183.19157.8168.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.71%
GREEN value IS 144 (56.64% from 255) = 23.23%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=38.71%
G=23.23%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014423600.40.020.06302.576.1975.29
HexF090EC0282612e4c4b
Octal36022035405026456114113
Binary11110000100100001110110001010001011010010111010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F090EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F090EC; }

 p { color: rgb(240,144,236); }

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

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

 a { background-color: rgb(240,144,236); }

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

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

 span { border-color: rgb(240,144,236); }

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