#F982E8

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

Shades of Pale Magenta #F982E8

Tints of Pale Magenta #F982E8

Color information

#F982E8 (or 0xF982E8) is unknown color: approx Pale Magenta. HEX triplet: F9, 82 and E8. RGB value is (249,130,232). Sum of RGB (Red+Green+Blue) = 249+130+232=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 130 (51.17% from 255 or 21.28% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F982E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F982E8 is #067D17. Grayscale: #B0B0B0. Windows color (decimal): -425240 or 15237881. OLE color: 15237881.

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

Color convert

RGB249130232-
CMYK00.480.070.02
HSL308.57º90.84%74.31%-
HSV(B)308.57º47.79%97.65%-
XYZ61.6241.9381.19-
YUV177.21158.92179.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.75%
GREEN value IS 130 (51.17% from 255) = 21.28%
BLUE value IS 232 (91.02% from 255) = 37.97%
R=40.75%
G=21.28%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913023200.480.070.02308.5790.8474.31
HexF982E8030721355b4a
Octal37120235006072465133112
Binary11111001100000101110100001100001111010011010110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F982E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F982E8; }

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

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

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

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

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

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

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

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