#F081EB

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

Shades of Violet #F081EB

Tints of Violet #F081EB

Color information

#F081EB (or 0xF081EB) is unknown color: approx Violet. HEX triplet: F0, 81 and EB. RGB value is (240,129,235). Sum of RGB (Red+Green+Blue) = 240+129+235=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 129 (50.78% from 255 or 21.36% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F081EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F081EB is #0F7E14. Grayscale: #ADADAD. Windows color (decimal): -1015317 or 15434224. OLE color: 15434224.

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

Color convert

RGB240129235-
CMYK00.460.020.06
HSL302.7º78.72%72.35%-
HSV(B)302.7º46.25%94.12%-
XYZ58.7840.2283.26-
YUV174.27162.27174.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.74%
GREEN value IS 129 (50.78% from 255) = 21.36%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=39.74%
G=21.36%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012923500.460.020.06302.778.7272.35
HexF081EB02E2612f4f48
Octal36020135305626457117110
Binary11110000100000011110101101011101011010010111110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F081EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F081EB; }

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

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

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

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

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

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

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

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