#F188EC

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

Shades of Violet #F188EC

Tints of Violet #F188EC

Color information

#F188EC (or 0xF188EC) is unknown color: approx Violet. HEX triplet: F1, 88 and EC. RGB value is (241,136,236). Sum of RGB (Red+Green+Blue) = 241+136+236=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 136 (53.52% from 255 or 22.19% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F188EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F188EC is #0E7713. Grayscale: #B2B2B2. Windows color (decimal): -947988 or 15501553. OLE color: 15501553.

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

Color convert

RGB241136236-
CMYK00.440.020.05
HSL302.86º78.95%73.92%-
HSV(B)302.86º43.57%94.51%-
XYZ60.2242.3784.36-
YUV178.8160.29172.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.31%
GREEN value IS 136 (53.52% from 255) = 22.19%
BLUE value IS 236 (92.58% from 255) = 38.50%
R=39.31%
G=22.19%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113623600.440.020.05302.8678.9573.92
HexF188EC02C2512f4f4a
Octal36121035405425457117112
Binary11110001100010001110110001011001010110010111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F188EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F188EC; }

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

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

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

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

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

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

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

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