#F188E2

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

Shades of Pale Magenta #F188E2

Tints of Pale Magenta #F188E2

Color information

#F188E2 (or 0xF188E2) is unknown color: approx Pale Magenta. HEX triplet: F1, 88 and E2. RGB value is (241,136,226). Sum of RGB (Red+Green+Blue) = 241+136+226=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 136 (53.52% from 255 or 22.55% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F188E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F188E2 is #0E771D. Grayscale: #B1B1B1. Windows color (decimal): -947998 or 14846193. OLE color: 14846193.

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

Color convert

RGB241136226-
CMYK00.440.060.05
HSL308.57º78.95%73.92%-
HSV(B)308.57º43.57%94.51%-
XYZ58.8141.876.92-
YUV177.66155.29173.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.97%
GREEN value IS 136 (53.52% from 255) = 22.55%
BLUE value IS 226 (88.67% from 255) = 37.48%
R=39.97%
G=22.55%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113622600.440.060.05308.5778.9573.92
HexF188E202C651354f4a
Octal36121034205465465117112
Binary111100011000100011100010010110011010110011010110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F188E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F188E2; }

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

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

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

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

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

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

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

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