#F090ED

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

Shades of Violet #F090ED

Tints of Violet #F090ED

Color information

#F090ED (or 0xF090ED) is unknown color: approx Violet. HEX triplet: F0, 90 and ED. RGB value is (240,144,237). Sum of RGB (Red+Green+Blue) = 240+144+237=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 144 (56.64% from 255 or 23.19% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F090ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F090ED is #0F6F12. Grayscale: #B7B7B7. Windows color (decimal): -1011475 or 15569136. OLE color: 15569136.

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

Color convert

RGB240144237-
CMYK00.40.010.06
HSL301.88º76.19%75.29%-
HSV(B)301.88º40%94.12%-
XYZ61.1944.5985.5-
YUV183.31158.3168.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.65%
GREEN value IS 144 (56.64% from 255) = 23.19%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=38.65%
G=23.19%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014423700.40.010.06301.8876.1975.29
HexF090ED0281612e4c4b
Octal36022035505016456114113
Binary1111000010010000111011010101000111010010111010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F090ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F090ED; }

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

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

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

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

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

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

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

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