#F188DC

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

Shades of Pale Magenta #F188DC

Tints of Pale Magenta #F188DC

Color information

#F188DC (or 0xF188DC) is unknown color: approx Pale Magenta. HEX triplet: F1, 88 and DC. RGB value is (241,136,220). Sum of RGB (Red+Green+Blue) = 241+136+220=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 136 (53.52% from 255 or 22.78% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F188DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F188DC is #0E7723. Grayscale: #B0B0B0. Windows color (decimal): -948004 or 14452977. OLE color: 14452977.

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

Color convert

RGB241136220-
CMYK00.440.090.05
HSL312º78.95%73.92%-
HSV(B)312º43.57%94.51%-
XYZ5841.4872.66-
YUV176.97152.29173.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.37%
GREEN value IS 136 (53.52% from 255) = 22.78%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=40.37%
G=22.78%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113622000.440.090.0531278.9573.92
HexF188DC02C951384f4a
Octal361210334054115470117112
Binary1111000110001000110111000101100100110110011100010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F188DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F188DC; }

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

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

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

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

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

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

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

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