#F481E1

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

Shades of Pale Magenta #F481E1

Tints of Pale Magenta #F481E1

Color information

#F481E1 (or 0xF481E1) is unknown color: approx Pale Magenta. HEX triplet: F4, 81 and E1. RGB value is (244,129,225). Sum of RGB (Red+Green+Blue) = 244+129+225=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 129 (50.78% from 255 or 21.57% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 244 - color contains mainly: red. Hex color #F481E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481E1 is #0B7E1E. Grayscale: #AEAEAE. Windows color (decimal): -753183 or 14778868. OLE color: 14778868.

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

Color convert

RGB244129225-
CMYK00.470.080.04
HSL309.91º83.94%73.14%-
HSV(B)309.91º47.13%95.69%-
XYZ58.7540.3775.93-
YUV174.33156.6177.69-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.80%
GREEN value IS 129 (50.78% from 255) = 21.57%
BLUE value IS 225 (88.28% from 255) = 37.63%
R=40.80%
G=21.57%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412922500.470.080.04309.9183.9473.14
HexF481E102F841365449
Octal364201341057104466124111
Binary1111010010000001111000010101111100010010011011010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F481E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F481E1; }

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

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

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

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

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

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

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

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