#F18AEC

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

Shades of Violet #F18AEC

Tints of Violet #F18AEC

Color information

#F18AEC (or 0xF18AEC) is unknown color: approx Violet. HEX triplet: F1, 8A and EC. RGB value is (241,138,236). Sum of RGB (Red+Green+Blue) = 241+138+236=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 138 (54.30% from 255 or 22.44% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18AEC is #0E7513. Grayscale: #B3B3B3. Windows color (decimal): -947476 or 15502065. OLE color: 15502065.

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

Color convert

RGB241138236-
CMYK00.430.020.05
HSL302.91º78.63%74.31%-
HSV(B)302.91º42.74%94.51%-
XYZ60.542.9384.46-
YUV179.97159.62171.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.19%
GREEN value IS 138 (54.30% from 255) = 22.44%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=39.19%
G=22.44%
B=38.37%

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
Decimal24113823600.430.020.05302.9178.6374.31
HexF18AEC02B2512f4f4a
Octal36121235405325457117112
Binary11110001100010101110110001010111010110010111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18AEC; }

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

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

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

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

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

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

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

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