#F084ED

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

Shades of Violet #F084ED

Tints of Violet #F084ED

Color information

#F084ED (or 0xF084ED) is unknown color: approx Violet. HEX triplet: F0, 84 and ED. RGB value is (240,132,237). Sum of RGB (Red+Green+Blue) = 240+132+237=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 132 (51.95% from 255 or 21.67% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F084ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F084ED is #0F7B12. Grayscale: #AFAFAF. Windows color (decimal): -1014547 or 15566064. OLE color: 15566064.

HSL color Cylindrical-coordinate representation of color #F084ED: hue angle of 301.67º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F084ED is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240132237-
CMYK00.450.010.06
HSL301.67º78.26%72.94%-
HSV(B)301.67º45%94.12%-
XYZ59.4741.1484.93-
YUV176.26162.28173.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.41%
GREEN value IS 132 (51.95% from 255) = 21.67%
BLUE value IS 237 (92.97% from 255) = 38.92%
R=39.41%
G=21.67%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013223700.450.010.06301.6778.2672.94
HexF084ED02D1612e4e49
Octal36020435505516456116111
Binary1111000010000100111011010101101111010010111010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F084ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F084ED; }

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

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

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

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

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

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

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

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