#F481E7

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

Shades of Pale Magenta #F481E7

Tints of Pale Magenta #F481E7

Color information

#F481E7 (or 0xF481E7) is unknown color: approx Pale Magenta. HEX triplet: F4, 81 and E7. RGB value is (244,129,231). Sum of RGB (Red+Green+Blue) = 244+129+231=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 129 (50.78% from 255 or 21.36% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F481E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F481E7 is #0B7E18. Grayscale: #AEAEAE. Windows color (decimal): -753177 or 15172084. OLE color: 15172084.

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

Color convert

RGB244129231-
CMYK00.470.050.04
HSL306.78º83.94%73.14%-
HSV(B)306.78º47.13%95.69%-
XYZ59.5840.780.32-
YUV175.01159.6177.21-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.40%
GREEN value IS 129 (50.78% from 255) = 21.36%
BLUE value IS 231 (90.62% from 255) = 38.25%
R=40.40%
G=21.36%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412923100.470.050.04306.7883.9473.14
HexF481E702F541335449
Octal36420134705754463124111
Binary111101001000000111100111010111110110010011001110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F481E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F481E7; }

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

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

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

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

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

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

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

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