#F484E7

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

Shades of Pale Magenta #F484E7

Tints of Pale Magenta #F484E7

Color information

#F484E7 (or 0xF484E7) is unknown color: approx Pale Magenta. HEX triplet: F4, 84 and E7. RGB value is (244,132,231). Sum of RGB (Red+Green+Blue) = 244+132+231=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 132 (51.95% from 255 or 21.75% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F484E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F484E7 is #0B7B18. Grayscale: #B0B0B0. Windows color (decimal): -752409 or 15172852. OLE color: 15172852.

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

Color convert

RGB244132231-
CMYK00.460.050.04
HSL306.96º83.58%73.73%-
HSV(B)306.96º45.9%95.69%-
XYZ59.9841.5180.45-
YUV176.77158.61175.95-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.20%
GREEN value IS 132 (51.95% from 255) = 21.75%
BLUE value IS 231 (90.62% from 255) = 38.06%
R=40.20%
G=21.75%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413223100.460.050.04306.9683.5873.73
HexF484E702E54133544a
Octal36420434705654463124112
Binary111101001000010011100111010111010110010011001110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F484E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F484E7; }

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

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

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

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

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

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

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

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