#f188ea

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

Shades of Violet #F188EA

Tints of Violet #F188EA

Color information

#F188EA (or 0xF188EA) is unknown color: approx Violet. HEX triplet: F1, 88 and EA. RGB value is (241,136,234). Sum of RGB (Red+Green+Blue) = 241+136+234=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 136 (53.52% from 255 or 22.26% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F188EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F188EA is #0E7715. Grayscale: #B2B2B2. Windows color (decimal): -947990 or 15370481. OLE color: 15370481.

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

Color convert

RGB241136234-
CMYK00.440.030.05
HSL304º78.95%73.92%-
HSV(B)304º43.57%94.51%-
XYZ59.9342.2582.84-
YUV178.57159.29172.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.44%
GREEN value IS 136 (53.52% from 255) = 22.26%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=39.44%
G=22.26%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113623400.440.030.0530478.9573.92
HexF188EA02C351304f4a
Octal36121035205435460117112
Binary11110001100010001110101001011001110110011000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f188ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f188ea; }

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

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

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

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

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

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

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

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