#F484E9

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

Shades of Pale Magenta #F484E9

Tints of Pale Magenta #F484E9

Color information

#F484E9 (or 0xF484E9) is unknown color: approx Pale Magenta. HEX triplet: F4, 84 and E9. RGB value is (244,132,233). Sum of RGB (Red+Green+Blue) = 244+132+233=609 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.07% from 609); Green value is 132 (51.95% from 255 or 21.67% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 244 - color contains mainly: red. Hex color #F484E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F484E9 is #0B7B16. Grayscale: #B0B0B0. Windows color (decimal): -752407 or 15303924. OLE color: 15303924.

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

Color convert

RGB244132233-
CMYK00.460.050.04
HSL305.89º83.58%73.73%-
HSV(B)305.89º45.9%95.69%-
XYZ60.2741.6281.95-
YUV177159.61175.79-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.07%
GREEN value IS 132 (51.95% from 255) = 21.67%
BLUE value IS 233 (91.41% from 255) = 38.26%
R=40.07%
G=21.67%
B=38.26%

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
Decimal24413223300.460.050.04305.8983.5873.73
HexF484E902E54132544a
Octal36420435105654462124112
Binary111101001000010011101001010111010110010011001010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F484E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F484E9; }

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

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

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

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

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

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

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

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