#F18AD8

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

Shades of Pale Magenta #F18AD8

Tints of Pale Magenta #F18AD8

Color information

#F18AD8 (or 0xF18AD8) is unknown color: approx Pale Magenta. HEX triplet: F1, 8A and D8. RGB value is (241,138,216). Sum of RGB (Red+Green+Blue) = 241+138+216=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18AD8 is #0E7527. Grayscale: #B1B1B1. Windows color (decimal): -947496 or 14191345. OLE color: 14191345.

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

Color convert

RGB241138216-
CMYK00.430.100.05
HSL314.56º78.63%74.31%-
HSV(B)314.56º42.74%94.51%-
XYZ57.7641.8470-
YUV177.69149.62173.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.50%
GREEN value IS 138 (54.30% from 255) = 23.19%
BLUE value IS 216 (84.77% from 255) = 36.30%
R=40.50%
G=23.19%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113821600.430.100.05314.5678.6374.31
HexF18AD802BA513b4f4a
Octal361212330053125473117112
Binary1111000110001010110110000101011101010110011101110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18AD8; }

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

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

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

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

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

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

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

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