#F884E6

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

Shades of Pale Magenta #F884E6

Tints of Pale Magenta #F884E6

Color information

#F884E6 (or 0xF884E6) is unknown color: approx Pale Magenta. HEX triplet: F8, 84 and E6. RGB value is (248,132,230). Sum of RGB (Red+Green+Blue) = 248+132+230=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 132 (51.95% from 255 or 21.64% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F884E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F884E6 is #077B19. Grayscale: #B1B1B1. Windows color (decimal): -490266 or 15107320. OLE color: 15107320.

HSL color Cylindrical-coordinate representation of color #F884E6: hue angle of 309.31º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F884E6 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB248132230-
CMYK00.470.070.03
HSL309.31º89.23%74.51%-
HSV(B)309.31º46.77%97.25%-
XYZ61.2542.1779.77-
YUV177.86157.43178.03-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.66%
GREEN value IS 132 (51.95% from 255) = 21.64%
BLUE value IS 230 (90.23% from 255) = 37.70%
R=40.66%
G=21.64%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813223000.470.070.03309.3189.2374.51
HexF884E602F73135594b
Octal37020434605773465131113
Binary11111000100001001110011001011111111110011010110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F884E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F884E6; }

 p { color: rgb(248,132,230); }

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

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

 a { background-color: rgb(248,132,230); }

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

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

 span { border-color: rgb(248,132,230); }

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