#F087EA

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

Shades of Violet #F087EA

Tints of Violet #F087EA

Color information

#F087EA (or 0xF087EA) is unknown color: approx Violet. HEX triplet: F0, 87 and EA. RGB value is (240,135,234). Sum of RGB (Red+Green+Blue) = 240+135+234=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 135 (53.12% from 255 or 22.17% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F087EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F087EA is #0F7815. Grayscale: #B1B1B1. Windows color (decimal): -1013782 or 15370224. OLE color: 15370224.

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

Color convert

RGB240135234-
CMYK00.440.020.06
HSL303.43º77.78%73.53%-
HSV(B)303.43º43.75%94.12%-
XYZ59.4541.7982.78-
YUV177.68159.79172.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.41%
GREEN value IS 135 (53.12% from 255) = 22.17%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=39.41%
G=22.17%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013523400.440.020.06303.4377.7873.53
HexF087EA02C2612f4e4a
Octal36020735205426457116112
Binary11110000100001111110101001011001011010010111110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F087EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F087EA; }

 p { color: rgb(240,135,234); }

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

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

 a { background-color: rgb(240,135,234); }

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

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

 span { border-color: rgb(240,135,234); }

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