#F18DEE

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

Shades of Violet #F18DEE

Tints of Violet #F18DEE

Color information

#F18DEE (or 0xF18DEE) is unknown color: approx Violet. HEX triplet: F1, 8D and EE. RGB value is (241,141,238). Sum of RGB (Red+Green+Blue) = 241+141+238=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 141 (55.47% from 255 or 22.74% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18DEE is #0E7211. Grayscale: #B5B5B5. Windows color (decimal): -946706 or 15633905. OLE color: 15633905.

HSL color Cylindrical-coordinate representation of color #F18DEE: hue angle of 301.8º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18DEE is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB241141238-
CMYK00.410.010.05
HSL301.8º78.12%74.9%-
HSV(B)301.8º41.49%94.51%-
XYZ61.2343.9286.14-
YUV181.96159.63170.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.87%
GREEN value IS 141 (55.47% from 255) = 22.74%
BLUE value IS 238 (93.36% from 255) = 38.39%
R=38.87%
G=22.74%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114123800.410.010.05301.878.1274.9
HexF18DEE0291512e4e4b
Octal36121535605115456116113
Binary1111000110001101111011100101001110110010111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18DEE; }

 p { color: rgb(241,141,238); }

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

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

 a { background-color: rgb(241,141,238); }

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

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

 span { border-color: rgb(241,141,238); }

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