#F081E9

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

Shades of Violet #F081E9

Tints of Violet #F081E9

Color information

#F081E9 (or 0xF081E9) is unknown color: approx Violet. HEX triplet: F0, 81 and E9. RGB value is (240,129,233). Sum of RGB (Red+Green+Blue) = 240+129+233=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 129 (50.78% from 255 or 21.43% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F081E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F081E9 is #0F7E16. Grayscale: #ADADAD. Windows color (decimal): -1015319 or 15303152. OLE color: 15303152.

HSL color Cylindrical-coordinate representation of color #F081E9: hue angle of 303.78º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081E9 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB240129233-
CMYK00.460.030.06
HSL303.78º78.72%72.35%-
HSV(B)303.78º46.25%94.12%-
XYZ58.4940.1181.75-
YUV174.04161.27175.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.87%
GREEN value IS 129 (50.78% from 255) = 21.43%
BLUE value IS 233 (91.41% from 255) = 38.70%
R=39.87%
G=21.43%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012923300.460.030.06303.7878.7272.35
HexF081E902E361304f48
Octal36020135105636460117110
Binary11110000100000011110100101011101111010011000010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F081E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F081E9; }

 p { color: rgb(240,129,233); }

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

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

 a { background-color: rgb(240,129,233); }

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

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

 span { border-color: rgb(240,129,233); }

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