#F18AED

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

Shades of Violet #F18AED

Tints of Violet #F18AED

Color information

#F18AED (or 0xF18AED) is unknown color: approx Violet. HEX triplet: F1, 8A and ED. RGB value is (241,138,237). Sum of RGB (Red+Green+Blue) = 241+138+237=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 138 (54.30% from 255 or 22.40% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18AED is #0E7512. Grayscale: #B3B3B3. Windows color (decimal): -947475 or 15567601. OLE color: 15567601.

HSL color Cylindrical-coordinate representation of color #F18AED: hue angle of 302.33º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18AED is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241138237-
CMYK00.430.020.05
HSL302.33º78.63%74.31%-
HSV(B)302.33º42.74%94.51%-
XYZ60.6542.9985.22-
YUV180.08160.12171.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.12%
GREEN value IS 138 (54.30% from 255) = 22.40%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=39.12%
G=22.40%
B=38.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113823700.430.020.05302.3378.6374.31
HexF18AED02B2512e4f4a
Octal36121235505325456117112
Binary11110001100010101110110101010111010110010111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18AED; }

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

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

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

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

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

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

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

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