#f189d7

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

Shades of Pale Magenta #F189D7

Tints of Pale Magenta #F189D7

Color information

#F189D7 (or 0xF189D7) is unknown color: approx Pale Magenta. HEX triplet: F1, 89 and D7. RGB value is (241,137,215). Sum of RGB (Red+Green+Blue) = 241+137+215=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 137 (53.91% from 255 or 23.10% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F189D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F189D7 is #0E7628. Grayscale: #B0B0B0. Windows color (decimal): -947753 or 14125553. OLE color: 14125553.

HSL color Cylindrical-coordinate representation of color #F189D7: hue angle of 315º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F189D7 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB241137215-
CMYK00.430.110.05
HSL315º78.79%74.12%-
HSV(B)315º43.15%94.51%-
XYZ57.4941.569.27-
YUV176.99149.46173.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.64%
GREEN value IS 137 (53.91% from 255) = 23.10%
BLUE value IS 215 (84.38% from 255) = 36.26%
R=40.64%
G=23.10%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113721500.430.110.0531578.7974.12
HexF189D702BB513b4f4a
Octal361211327053135473117112
Binary1111000110001001110101110101011101110110011101110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f189d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f189d7; }

 p { color: rgb(241,137,215); }

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

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

 a { background-color: rgb(241,137,215); }

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

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

 span { border-color: rgb(241,137,215); }

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