#F189E2

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

Shades of Pale Magenta #F189E2

Tints of Pale Magenta #F189E2

Color information

#F189E2 (or 0xF189E2) is unknown color: approx Pale Magenta. HEX triplet: F1, 89 and E2. RGB value is (241,137,226). Sum of RGB (Red+Green+Blue) = 241+137+226=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 137 (53.91% from 255 or 22.68% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F189E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F189E2 is #0E761D. Grayscale: #B1B1B1. Windows color (decimal): -947742 or 14846449. OLE color: 14846449.

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

Color convert

RGB241137226-
CMYK00.430.060.05
HSL308.65º78.79%74.12%-
HSV(B)308.65º43.15%94.51%-
XYZ58.9542.0876.97-
YUV178.24154.96172.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.90%
GREEN value IS 137 (53.91% from 255) = 22.68%
BLUE value IS 226 (88.67% from 255) = 37.42%
R=39.90%
G=22.68%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113722600.430.060.05308.6578.7974.12
HexF189E202B651354f4a
Octal36121134205365465117112
Binary111100011000100111100010010101111010110011010110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F189E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F189E2; }

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

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

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

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

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

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

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

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