#F986EA

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

Shades of Pale Magenta #F986EA

Tints of Pale Magenta #F986EA

Color information

#F986EA (or 0xF986EA) is unknown color: approx Pale Magenta. HEX triplet: F9, 86 and EA. RGB value is (249,134,234). Sum of RGB (Red+Green+Blue) = 249+134+234=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 134 (52.73% from 255 or 21.72% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F986EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F986EA is #067915. Grayscale: #B3B3B3. Windows color (decimal): -424214 or 15369977. OLE color: 15369977.

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

Color convert

RGB249134234-
CMYK00.460.060.02
HSL307.83º90.55%75.1%-
HSV(B)307.83º46.18%97.65%-
XYZ62.4443.1382.88-
YUV179.78158.6177.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.36%
GREEN value IS 134 (52.73% from 255) = 21.72%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=40.36%
G=21.72%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913423400.460.060.02307.8390.5575.1
HexF986EA02E621345b4b
Octal37120635205662464133113
Binary11111001100001101110101001011101101010011010010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F986EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F986EA; }

 p { color: rgb(249,134,234); }

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

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

 a { background-color: rgb(249,134,234); }

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

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

 span { border-color: rgb(249,134,234); }

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