#F188D6

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

Shades of Pale Magenta #F188D6

Tints of Pale Magenta #F188D6

Color information

#F188D6 (or 0xF188D6) is unknown color: approx Pale Magenta. HEX triplet: F1, 88 and D6. RGB value is (241,136,214). Sum of RGB (Red+Green+Blue) = 241+136+214=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 136 (53.52% from 255 or 23.01% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F188D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F188D6 is #0E7729. Grayscale: #B0B0B0. Windows color (decimal): -948010 or 14059761. OLE color: 14059761.

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

Color convert

RGB241136214-
CMYK00.440.110.05
HSL315.43º78.95%73.92%-
HSV(B)315.43º43.57%94.51%-
XYZ57.2241.1668.55-
YUV176.29149.29174.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.78%
GREEN value IS 136 (53.52% from 255) = 23.01%
BLUE value IS 214 (83.98% from 255) = 36.21%
R=40.78%
G=23.01%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113621400.440.110.05315.4378.9573.92
HexF188D602CB513b4f4a
Octal361210326054135473117112
Binary1111000110001000110101100101100101110110011101110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F188D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F188D6; }

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

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

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

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

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

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

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

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