#F18FEC

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

Shades of Violet #F18FEC

Tints of Violet #F18FEC

Color information

#F18FEC (or 0xF18FEC) is unknown color: approx Violet. HEX triplet: F1, 8F and EC. RGB value is (241,143,236). Sum of RGB (Red+Green+Blue) = 241+143+236=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 143 (56.25% from 255 or 23.06% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18FEC is #0E7013. Grayscale: #B6B6B6. Windows color (decimal): -946196 or 15503345. OLE color: 15503345.

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

Color convert

RGB241143236-
CMYK00.410.020.05
HSL303.06º77.78%75.29%-
HSV(B)303.06º40.66%94.51%-
XYZ61.2444.484.7-
YUV182.9157.97169.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.87%
GREEN value IS 143 (56.25% from 255) = 23.06%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=38.87%
G=23.06%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114323600.410.020.05303.0677.7875.29
HexF18FEC0292512f4e4b
Octal36121735405125457116113
Binary11110001100011111110110001010011010110010111110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18FEC; }

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

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

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

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

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

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

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

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