#F188E0

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

Shades of Pale Magenta #F188E0

Tints of Pale Magenta #F188E0

Color information

#F188E0 (or 0xF188E0) is unknown color: approx Pale Magenta. HEX triplet: F1, 88 and E0. RGB value is (241,136,224). Sum of RGB (Red+Green+Blue) = 241+136+224=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 136 (53.52% from 255 or 22.63% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F188E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F188E0 is #0E771F. Grayscale: #B1B1B1. Windows color (decimal): -948000 or 14715121. OLE color: 14715121.

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

Color convert

RGB241136224-
CMYK00.440.070.05
HSL309.71º78.95%73.92%-
HSV(B)309.71º43.57%94.51%-
XYZ58.5341.6975.48-
YUV177.43154.29173.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 136 (53.52% from 255) = 22.63%
BLUE value IS 224 (87.89% from 255) = 37.27%
R=40.10%
G=22.63%
B=37.27%

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
Decimal24113622400.440.070.05309.7178.9573.92
HexF188E002C751364f4a
Octal36121034005475466117112
Binary111100011000100011100000010110011110110011011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F188E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F188E0; }

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

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

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

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

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

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

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

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