#F985ED

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

Shades of Pale Magenta #F985ED

Tints of Pale Magenta #F985ED

Color information

#F985ED (or 0xF985ED) is unknown color: approx Pale Magenta. HEX triplet: F9, 85 and ED. RGB value is (249,133,237). Sum of RGB (Red+Green+Blue) = 249+133+237=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 133 (52.34% from 255 or 21.49% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F985ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F985ED is #067A12. Grayscale: #B3B3B3. Windows color (decimal): -424467 or 15566329. OLE color: 15566329.

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

Color convert

RGB249133237-
CMYK00.470.050.02
HSL306.21º90.62%74.9%-
HSV(B)306.21º46.59%97.65%-
XYZ62.7443.0385.12-
YUV179.54160.43177.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.23%
GREEN value IS 133 (52.34% from 255) = 21.49%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=40.23%
G=21.49%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913323700.470.050.02306.2190.6274.9
HexF985ED02F521325b4b
Octal37120535505752462133113
Binary11111001100001011110110101011111011010011001010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F985ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F985ED; }

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

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

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

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

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

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

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

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