#F18DE4

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

Shades of Pale Magenta #F18DE4

Tints of Pale Magenta #F18DE4

Color information

#F18DE4 (or 0xF18DE4) is unknown color: approx Pale Magenta. HEX triplet: F1, 8D and E4. RGB value is (241,141,228). Sum of RGB (Red+Green+Blue) = 241+141+228=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 141 (55.47% from 255 or 23.11% from 610); Blue value is 228 (89.45% from 255 or 37.38% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DE4 is #0E721B. Grayscale: #B4B4B4. Windows color (decimal): -946716 or 14978545. OLE color: 14978545.

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

Color convert

RGB241141228-
CMYK00.410.050.05
HSL307.8º78.12%74.9%-
HSV(B)307.8º41.49%94.51%-
XYZ59.843.3578.61-
YUV180.82154.63170.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.51%
GREEN value IS 141 (55.47% from 255) = 23.11%
BLUE value IS 228 (89.45% from 255) = 37.38%
R=39.51%
G=23.11%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114122800.410.050.05307.878.1274.9
HexF18DE4029551344e4b
Octal36121534405155464116113
Binary111100011000110111100100010100110110110011010010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18DE4; }

 p { color: rgb(241,141,228); }

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

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

 a { background-color: rgb(241,141,228); }

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

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

 span { border-color: rgb(241,141,228); }

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