#F982EA

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

Shades of Pale Magenta #F982EA

Tints of Pale Magenta #F982EA

Color information

#F982EA (or 0xF982EA) is unknown color: approx Pale Magenta. HEX triplet: F9, 82 and EA. RGB value is (249,130,234). Sum of RGB (Red+Green+Blue) = 249+130+234=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 130 (51.17% from 255 or 21.21% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F982EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F982EA is #067D15. Grayscale: #B1B1B1. Windows color (decimal): -425238 or 15368953. OLE color: 15368953.

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

Color convert

RGB249130234-
CMYK00.480.060.02
HSL307.56º90.84%74.31%-
HSV(B)307.56º47.79%97.65%-
XYZ61.942.0582.69-
YUV177.44159.92179.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.62%
GREEN value IS 130 (51.17% from 255) = 21.21%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=40.62%
G=21.21%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913023400.480.060.02307.5690.8474.31
HexF982EA030621345b4a
Octal37120235206062464133112
Binary11111001100000101110101001100001101010011010010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F982EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F982EA; }

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

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

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

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

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

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

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

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