#F18AE3

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

Shades of Pale Magenta #F18AE3

Tints of Pale Magenta #F18AE3

Color information

#F18AE3 (or 0xF18AE3) is unknown color: approx Pale Magenta. HEX triplet: F1, 8A and E3. RGB value is (241,138,227). Sum of RGB (Red+Green+Blue) = 241+138+227=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 138 (54.30% from 255 or 22.77% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18AE3 is #0E751C. Grayscale: #B2B2B2. Windows color (decimal): -947485 or 14912241. OLE color: 14912241.

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

Color convert

RGB241138227-
CMYK00.430.060.05
HSL308.16º78.63%74.31%-
HSV(B)308.16º42.74%94.51%-
XYZ59.2342.4277.74-
YUV178.94155.12172.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.77%
GREEN value IS 138 (54.30% from 255) = 22.77%
BLUE value IS 227 (89.06% from 255) = 37.46%
R=39.77%
G=22.77%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113822700.430.060.05308.1678.6374.31
HexF18AE302B651344f4a
Octal36121234305365464117112
Binary111100011000101011100011010101111010110011010010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18AE3; }

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

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

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

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

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

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

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

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