#F189DF

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

Shades of Pale Magenta #F189DF

Tints of Pale Magenta #F189DF

Color information

#F189DF (or 0xF189DF) is unknown color: approx Pale Magenta. HEX triplet: F1, 89 and DF. RGB value is (241,137,223). Sum of RGB (Red+Green+Blue) = 241+137+223=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 137 (53.91% from 255 or 22.80% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F189DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F189DF is #0E7620. Grayscale: #B1B1B1. Windows color (decimal): -947745 or 14649841. OLE color: 14649841.

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

Color convert

RGB241137223-
CMYK00.430.070.05
HSL310.38º78.79%74.12%-
HSV(B)310.38º43.15%94.51%-
XYZ58.5441.9274.82-
YUV177.9153.46173.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 137 (53.91% from 255) = 22.80%
BLUE value IS 223 (87.5% from 255) = 37.10%
R=40.10%
G=22.80%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113722300.430.070.05310.3878.7974.12
HexF189DF02B751364f4a
Octal36121133705375466117112
Binary111100011000100111011111010101111110110011011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F189DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F189DF; }

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

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

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

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

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

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

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

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