#F188E6

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

Shades of Pale Magenta #F188E6

Tints of Pale Magenta #F188E6

Color information

#F188E6 (or 0xF188E6) is unknown color: approx Pale Magenta. HEX triplet: F1, 88 and E6. RGB value is (241,136,230). Sum of RGB (Red+Green+Blue) = 241+136+230=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 136 (53.52% from 255 or 22.41% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F188E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F188E6 is #0E7719. Grayscale: #B1B1B1. Windows color (decimal): -947994 or 15108337. OLE color: 15108337.

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

Color convert

RGB241136230-
CMYK00.440.050.05
HSL306.29º78.95%73.92%-
HSV(B)306.29º43.57%94.51%-
XYZ59.3642.0279.85-
YUV178.11157.29172.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 136 (53.52% from 255) = 22.41%
BLUE value IS 230 (90.23% from 255) = 37.89%
R=39.70%
G=22.41%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113623000.440.050.05306.2978.9573.92
HexF188E602C551324f4a
Octal36121034605455462117112
Binary111100011000100011100110010110010110110011001010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F188E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F188E6; }

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

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

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

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

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

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

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

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