#F982E6

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

Shades of Pale Magenta #F982E6

Tints of Pale Magenta #F982E6

Color information

#F982E6 (or 0xF982E6) is unknown color: approx Pale Magenta. HEX triplet: F9, 82 and E6. RGB value is (249,130,230). Sum of RGB (Red+Green+Blue) = 249+130+230=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 130 (51.17% from 255 or 21.35% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F982E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F982E6 is #067D19. Grayscale: #B0B0B0. Windows color (decimal): -425242 or 15106809. OLE color: 15106809.

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

Color convert

RGB249130230-
CMYK00.480.080.02
HSL309.58º90.84%74.31%-
HSV(B)309.58º47.79%97.65%-
XYZ61.3341.8279.7-
YUV176.98157.92179.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.89%
GREEN value IS 130 (51.17% from 255) = 21.35%
BLUE value IS 230 (90.23% from 255) = 37.77%
R=40.89%
G=21.35%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913023000.480.080.02309.5890.8474.31
HexF982E6030821365b4a
Octal371202346060102466133112
Binary111110011000001011100110011000010001010011011010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F982E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F982E6; }

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

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

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

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

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

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

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

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