#F18AD5

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

Shades of Pale Magenta #F18AD5

Tints of Pale Magenta #F18AD5

Color information

#F18AD5 (or 0xF18AD5) is unknown color: approx Pale Magenta. HEX triplet: F1, 8A and D5. RGB value is (241,138,213). Sum of RGB (Red+Green+Blue) = 241+138+213=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 138 (54.30% from 255 or 23.31% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18AD5 is #0E752A. Grayscale: #B1B1B1. Windows color (decimal): -947499 or 13994737. OLE color: 13994737.

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

Color convert

RGB241138213-
CMYK00.430.120.05
HSL316.31º78.63%74.31%-
HSV(B)316.31º42.74%94.51%-
XYZ57.3741.6867.97-
YUV177.35148.12173.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.71%
GREEN value IS 138 (54.30% from 255) = 23.31%
BLUE value IS 213 (83.59% from 255) = 35.98%
R=40.71%
G=23.31%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113821300.430.120.05316.3178.6374.31
HexF18AD502BC513c4f4a
Octal361212325053145474117112
Binary1111000110001010110101010101011110010110011110010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18AD5; }

 p { color: rgb(241,138,213); }

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

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

 a { background-color: rgb(241,138,213); }

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

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

 span { border-color: rgb(241,138,213); }

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