#F18ED4

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

Shades of Pale Magenta #F18ED4

Tints of Pale Magenta #F18ED4

Color information

#F18ED4 (or 0xF18ED4) is unknown color: approx Pale Magenta. HEX triplet: F1, 8E and D4. RGB value is (241,142,212). Sum of RGB (Red+Green+Blue) = 241+142+212=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ED4 is #0E712B. Grayscale: #B3B3B3. Windows color (decimal): -946476 or 13930225. OLE color: 13930225.

HSL color Cylindrical-coordinate representation of color #F18ED4: hue angle of 317.58º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18ED4 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB241142212-
CMYK00.410.120.05
HSL317.58º77.95%75.1%-
HSV(B)317.58º41.08%94.51%-
XYZ57.8342.867.5-
YUV179.58146.3171.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.50%
GREEN value IS 142 (55.86% from 255) = 23.87%
BLUE value IS 212 (83.20% from 255) = 35.63%
R=40.50%
G=23.87%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114221200.410.120.05317.5877.9575.1
HexF18ED4029C513e4e4b
Octal361216324051145476116113
Binary1111000110001110110101000101001110010110011111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18ED4; }

 p { color: rgb(241,142,212); }

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

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

 a { background-color: rgb(241,142,212); }

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

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

 span { border-color: rgb(241,142,212); }

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