#F18AE4

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

Shades of Pale Magenta #F18AE4

Tints of Pale Magenta #F18AE4

Color information

#F18AE4 (or 0xF18AE4) is unknown color: approx Pale Magenta. HEX triplet: F1, 8A and E4. RGB value is (241,138,228). Sum of RGB (Red+Green+Blue) = 241+138+228=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 138 (54.30% from 255 or 22.73% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18AE4 is #0E751B. Grayscale: #B2B2B2. Windows color (decimal): -947484 or 14977777. OLE color: 14977777.

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

Color convert

RGB241138228-
CMYK00.430.050.05
HSL307.57º78.63%74.31%-
HSV(B)307.57º42.74%94.51%-
XYZ59.3742.4878.47-
YUV179.06155.62172.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 138 (54.30% from 255) = 22.73%
BLUE value IS 228 (89.45% from 255) = 37.56%
R=39.70%
G=22.73%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113822800.430.050.05307.5778.6374.31
HexF18AE402B551344f4a
Octal36121234405355464117112
Binary111100011000101011100100010101110110110011010010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18AE4; }

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

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

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

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

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

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

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

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