#F08AED

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

Shades of Violet #F08AED

Tints of Violet #F08AED

Color information

#F08AED (or 0xF08AED) is unknown color: approx Violet. HEX triplet: F0, 8A and ED. RGB value is (240,138,237). Sum of RGB (Red+Green+Blue) = 240+138+237=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 138 (54.30% from 255 or 22.44% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F08AED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08AED is #0F7512. Grayscale: #B3B3B3. Windows color (decimal): -1013011 or 15567600. OLE color: 15567600.

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

Color convert

RGB240138237-
CMYK00.420.010.06
HSL301.76º77.27%74.12%-
HSV(B)301.76º42.5%94.12%-
XYZ60.3142.8285.21-
YUV179.78160.29170.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.02%
GREEN value IS 138 (54.30% from 255) = 22.44%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=39.02%
G=22.44%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013823700.420.010.06301.7677.2774.12
HexF08AED02A1612e4d4a
Octal36021235505216456115112
Binary1111000010001010111011010101010111010010111010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08AED; }

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

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

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

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

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

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

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

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