#F985EE

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

Shades of Pale Magenta #F985EE

Tints of Pale Magenta #F985EE

Color information

#F985EE (or 0xF985EE) is unknown color: approx Pale Magenta. HEX triplet: F9, 85 and EE. RGB value is (249,133,238). Sum of RGB (Red+Green+Blue) = 249+133+238=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 133 (52.34% from 255 or 21.45% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F985EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F985EE is #067A11. Grayscale: #B3B3B3. Windows color (decimal): -424466 or 15631865. OLE color: 15631865.

HSL color Cylindrical-coordinate representation of color #F985EE: hue angle of 305.69º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F985EE is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB249133238-
CMYK00.470.040.02
HSL305.69º90.62%74.9%-
HSV(B)305.69º46.59%97.65%-
XYZ62.8943.0985.89-
YUV179.65160.93177.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.16%
GREEN value IS 133 (52.34% from 255) = 21.45%
BLUE value IS 238 (93.36% from 255) = 38.39%
R=40.16%
G=21.45%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913323800.470.040.02305.6990.6274.9
HexF985EE02F421325b4b
Octal37120535605742462133113
Binary11111001100001011110111001011111001010011001010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F985EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F985EE; }

 p { color: rgb(249,133,238); }

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

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

 a { background-color: rgb(249,133,238); }

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

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

 span { border-color: rgb(249,133,238); }

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