#F18ADE

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

Shades of Pale Magenta #F18ADE

Tints of Pale Magenta #F18ADE

Color information

#F18ADE (or 0xF18ADE) is unknown color: approx Pale Magenta. HEX triplet: F1, 8A and DE. RGB value is (241,138,222). Sum of RGB (Red+Green+Blue) = 241+138+222=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 138 (54.30% from 255 or 22.96% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ADE is #0E7521. Grayscale: #B2B2B2. Windows color (decimal): -947490 or 14584561. OLE color: 14584561.

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

Color convert

RGB241138222-
CMYK00.430.080.05
HSL311.07º78.63%74.31%-
HSV(B)311.07º42.74%94.51%-
XYZ58.5542.1574.16-
YUV178.37152.62172.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 138 (54.30% from 255) = 22.96%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=40.10%
G=22.96%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113822200.430.080.05311.0778.6374.31
HexF18ADE02B851374f4a
Octal361212336053105467117112
Binary1111000110001010110111100101011100010110011011110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18ADE; }

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

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

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

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

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

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

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

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