#F885E6

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

Shades of Pale Magenta #F885E6

Tints of Pale Magenta #F885E6

Color information

#F885E6 (or 0xF885E6) is unknown color: approx Pale Magenta. HEX triplet: F8, 85 and E6. RGB value is (248,133,230). Sum of RGB (Red+Green+Blue) = 248+133+230=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 133 (52.34% from 255 or 21.77% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F885E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F885E6 is #077A19. Grayscale: #B2B2B2. Windows color (decimal): -490010 or 15107576. OLE color: 15107576.

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

Color convert

RGB248133230-
CMYK00.460.070.03
HSL309.39º89.15%74.71%-
HSV(B)309.39º46.37%97.25%-
XYZ61.3842.4479.82-
YUV178.44157.1177.61-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.59%
GREEN value IS 133 (52.34% from 255) = 21.77%
BLUE value IS 230 (90.23% from 255) = 37.64%
R=40.59%
G=21.77%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813323000.460.070.03309.3989.1574.71
HexF885E602E73135594b
Octal37020534605673465131113
Binary11111000100001011110011001011101111110011010110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F885E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F885E6; }

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

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

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

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

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

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

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

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