#F481E3

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

Shades of Pale Magenta #F481E3

Tints of Pale Magenta #F481E3

Color information

#F481E3 (or 0xF481E3) is unknown color: approx Pale Magenta. HEX triplet: F4, 81 and E3. RGB value is (244,129,227). Sum of RGB (Red+Green+Blue) = 244+129+227=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 227 (89.06% from 255 or 37.83% from 600); Max value from RGB is 244 - color contains mainly: red. Hex color #F481E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481E3 is #0B7E1C. Grayscale: #AEAEAE. Windows color (decimal): -753181 or 14909940. OLE color: 14909940.

HSL color Cylindrical-coordinate representation of color #F481E3: hue angle of 308.87º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F481E3 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB244129227-
CMYK00.470.070.04
HSL308.87º83.94%73.14%-
HSV(B)308.87º47.13%95.69%-
XYZ59.0240.4877.38-
YUV174.56157.6177.53-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.67%
GREEN value IS 129 (50.78% from 255) = 21.5%
BLUE value IS 227 (89.06% from 255) = 37.83%
R=40.67%
G=21.5%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412922700.470.070.04308.8783.9473.14
HexF481E302F741355449
Octal36420134305774465124111
Binary111101001000000111100011010111111110010011010110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F481E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F481E3; }

 p { color: rgb(244,129,227); }

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

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

 a { background-color: rgb(244,129,227); }

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

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

 span { border-color: rgb(244,129,227); }

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