#F885DC

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

Shades of Pale Magenta #F885DC

Tints of Pale Magenta #F885DC

Color information

#F885DC (or 0xF885DC) is unknown color: approx Pale Magenta. HEX triplet: F8, 85 and DC. RGB value is (248,133,220). Sum of RGB (Red+Green+Blue) = 248+133+220=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F885DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F885DC is #077A23. Grayscale: #B1B1B1. Windows color (decimal): -490020 or 14452216. OLE color: 14452216.

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

Color convert

RGB248133220-
CMYK00.460.110.03
HSL314.61º89.15%74.71%-
HSV(B)314.61º46.37%97.25%-
XYZ60.0241.972.63-
YUV177.3152.1178.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.26%
GREEN value IS 133 (52.34% from 255) = 22.13%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=41.26%
G=22.13%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813322000.460.110.03314.6189.1574.71
HexF885DC02EB313b594b
Octal370205334056133473131113
Binary111110001000010111011100010111010111110011101110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F885DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F885DC; }

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

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

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

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

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

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

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

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