#F181EC

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

Shades of Violet #F181EC

Tints of Violet #F181EC

Color information

#F181EC (or 0xF181EC) is unknown color: approx Violet. HEX triplet: F1, 81 and EC. RGB value is (241,129,236). Sum of RGB (Red+Green+Blue) = 241+129+236=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 129 (50.78% from 255 or 21.29% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F181EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F181EC is #0E7E13. Grayscale: #AEAEAE. Windows color (decimal): -949780 or 15499761. OLE color: 15499761.

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

Color convert

RGB241129236-
CMYK00.460.020.05
HSL302.68º80%72.55%-
HSV(B)302.68º46.47%94.51%-
XYZ59.2740.4684.04-
YUV174.69162.61175.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.77%
GREEN value IS 129 (50.78% from 255) = 21.29%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=39.77%
G=21.29%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112923600.460.020.05302.688072.55
HexF181EC02E2512f5049
Octal36120135405625457120111
Binary11110001100000011110110001011101010110010111110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F181EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F181EC; }

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

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

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

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

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

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

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

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