#F08AEB

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

Shades of Violet #F08AEB

Tints of Violet #F08AEB

Color information

#F08AEB (or 0xF08AEB) is unknown color: approx Violet. HEX triplet: F0, 8A and EB. RGB value is (240,138,235). Sum of RGB (Red+Green+Blue) = 240+138+235=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 138 (54.30% from 255 or 22.51% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F08AEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08AEB is #0F7514. Grayscale: #B3B3B3. Windows color (decimal): -1013013 or 15436528. OLE color: 15436528.

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

Color convert

RGB240138235-
CMYK00.420.020.06
HSL302.94º77.27%74.12%-
HSV(B)302.94º42.5%94.12%-
XYZ60.0242.783.68-
YUV179.56159.29171.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.15%
GREEN value IS 138 (54.30% from 255) = 22.51%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=39.15%
G=22.51%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013823500.420.020.06302.9477.2774.12
HexF08AEB02A2612f4d4a
Octal36021235305226457115112
Binary11110000100010101110101101010101011010010111110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08AEB; }

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

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

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

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

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

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

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

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