#F188E1

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

Shades of Pale Magenta #F188E1

Tints of Pale Magenta #F188E1

Color information

#F188E1 (or 0xF188E1) is unknown color: approx Pale Magenta. HEX triplet: F1, 88 and E1. RGB value is (241,136,225). Sum of RGB (Red+Green+Blue) = 241+136+225=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 136 (53.52% from 255 or 22.59% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F188E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F188E1 is #0E771E. Grayscale: #B1B1B1. Windows color (decimal): -947999 or 14780657. OLE color: 14780657.

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

Color convert

RGB241136225-
CMYK00.440.070.05
HSL309.14º78.95%73.92%-
HSV(B)309.14º43.57%94.51%-
XYZ58.6741.7576.2-
YUV177.54154.79173.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.03%
GREEN value IS 136 (53.52% from 255) = 22.59%
BLUE value IS 225 (88.28% from 255) = 37.38%
R=40.03%
G=22.59%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113622500.440.070.05309.1478.9573.92
HexF188E102C751354f4a
Octal36121034105475465117112
Binary111100011000100011100001010110011110110011010110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F188E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F188E1; }

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

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

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

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

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

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

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

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