#F18FDE

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

Shades of Pale Magenta #F18FDE

Tints of Pale Magenta #F18FDE

Color information

#F18FDE (or 0xF18FDE) is unknown color: approx Pale Magenta. HEX triplet: F1, 8F and DE. RGB value is (241,143,222). Sum of RGB (Red+Green+Blue) = 241+143+222=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 143 (56.25% from 255 or 23.60% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FDE is #0E7021. Grayscale: #B5B5B5. Windows color (decimal): -946210 or 14585841. OLE color: 14585841.

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

Color convert

RGB241143222-
CMYK00.410.080.05
HSL311.63º77.78%75.29%-
HSV(B)311.63º40.66%94.51%-
XYZ59.2843.6274.4-
YUV181.31150.97170.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.77%
GREEN value IS 143 (56.25% from 255) = 23.60%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=39.77%
G=23.60%
B=36.63%

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
Decimal24114322200.410.080.05311.6377.7875.29
HexF18FDE029851384e4b
Octal361217336051105470116113
Binary1111000110001111110111100101001100010110011100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18FDE; }

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

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

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

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

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

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

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

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