#F484E5

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

Shades of Pale Magenta #F484E5

Tints of Pale Magenta #F484E5

Color information

#F484E5 (or 0xF484E5) is unknown color: approx Pale Magenta. HEX triplet: F4, 84 and E5. RGB value is (244,132,229). Sum of RGB (Red+Green+Blue) = 244+132+229=605 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.33% from 605); Green value is 132 (51.95% from 255 or 21.82% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 244 - color contains mainly: red. Hex color #F484E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F484E5 is #0B7B1A. Grayscale: #B0B0B0. Windows color (decimal): -752411 or 15041780. OLE color: 15041780.

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

Color convert

RGB244132229-
CMYK00.460.060.04
HSL308.04º83.58%73.73%-
HSV(B)308.04º45.9%95.69%-
XYZ59.741.3978.97-
YUV176.55157.61176.11-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.33%
GREEN value IS 132 (51.95% from 255) = 21.82%
BLUE value IS 229 (89.84% from 255) = 37.85%
R=40.33%
G=21.82%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413222900.460.060.04308.0483.5873.73
HexF484E502E64134544a
Octal36420434505664464124112
Binary111101001000010011100101010111011010010011010010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F484E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F484E5; }

 p { color: rgb(244,132,229); }

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

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

 a { background-color: rgb(244,132,229); }

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

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

 span { border-color: rgb(244,132,229); }

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