#F18ADD

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

Shades of Pale Magenta #F18ADD

Tints of Pale Magenta #F18ADD

Color information

#F18ADD (or 0xF18ADD) is unknown color: approx Pale Magenta. HEX triplet: F1, 8A and DD. RGB value is (241,138,221). Sum of RGB (Red+Green+Blue) = 241+138+221=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 138 (54.30% from 255 or 23% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ADD is #0E7522. Grayscale: #B2B2B2. Windows color (decimal): -947491 or 14519025. OLE color: 14519025.

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

Color convert

RGB241138221-
CMYK00.430.080.05
HSL311.65º78.63%74.31%-
HSV(B)311.65º42.74%94.51%-
XYZ58.4242.173.45-
YUV178.26152.12172.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.17%
GREEN value IS 138 (54.30% from 255) = 23%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=40.17%
G=23%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113822100.430.080.05311.6578.6374.31
HexF18ADD02B851384f4a
Octal361212335053105470117112
Binary1111000110001010110111010101011100010110011100010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18ADD; }

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

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

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

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

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

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

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

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