#F18AD7

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

Shades of Pale Magenta #F18AD7

Tints of Pale Magenta #F18AD7

Color information

#F18AD7 (or 0xF18AD7) is unknown color: approx Pale Magenta. HEX triplet: F1, 8A and D7. RGB value is (241,138,215). Sum of RGB (Red+Green+Blue) = 241+138+215=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18AD7 is #0E7528. Grayscale: #B1B1B1. Windows color (decimal): -947497 or 14125809. OLE color: 14125809.

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

Color convert

RGB241138215-
CMYK00.430.110.05
HSL315.15º78.63%74.31%-
HSV(B)315.15º42.74%94.51%-
XYZ57.6341.7869.32-
YUV177.58149.12173.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.57%
GREEN value IS 138 (54.30% from 255) = 23.23%
BLUE value IS 215 (84.38% from 255) = 36.20%
R=40.57%
G=23.23%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113821500.430.110.05315.1578.6374.31
HexF18AD702BB513b4f4a
Octal361212327053135473117112
Binary1111000110001010110101110101011101110110011101110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18AD7; }

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

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

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

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

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

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

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

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