#F18EDD

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

Shades of Pale Magenta #F18EDD

Tints of Pale Magenta #F18EDD

Color information

#F18EDD (or 0xF18EDD) is unknown color: approx Pale Magenta. HEX triplet: F1, 8E and DD. RGB value is (241,142,221). Sum of RGB (Red+Green+Blue) = 241+142+221=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 142 (55.86% from 255 or 23.51% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F18EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18EDD is #0E7122. Grayscale: #B4B4B4. Windows color (decimal): -946467 or 14520049. OLE color: 14520049.

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

Color convert

RGB241142221-
CMYK00.410.080.05
HSL312.12º77.95%75.1%-
HSV(B)312.12º41.08%94.51%-
XYZ5943.2773.65-
YUV180.61150.8171.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.90%
GREEN value IS 142 (55.86% from 255) = 23.51%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=39.90%
G=23.51%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114222100.410.080.05312.1277.9575.1
HexF18EDD029851384e4b
Octal361216335051105470116113
Binary1111000110001110110111010101001100010110011100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18EDD; }

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

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

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

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

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

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

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

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