#F984E8

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

Shades of Pale Magenta #F984E8

Tints of Pale Magenta #F984E8

Color information

#F984E8 (or 0xF984E8) is unknown color: approx Pale Magenta. HEX triplet: F9, 84 and E8. RGB value is (249,132,232). Sum of RGB (Red+Green+Blue) = 249+132+232=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 132 (51.95% from 255 or 21.53% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F984E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F984E8 is #067B17. Grayscale: #B2B2B2. Windows color (decimal): -424728 or 15238393. OLE color: 15238393.

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

Color convert

RGB249132232-
CMYK00.470.070.02
HSL308.72º90.7%74.71%-
HSV(B)308.72º46.99%97.65%-
XYZ61.8842.4781.28-
YUV178.38158.26178.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.62%
GREEN value IS 132 (51.95% from 255) = 21.53%
BLUE value IS 232 (91.02% from 255) = 37.85%
R=40.62%
G=21.53%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913223200.470.070.02308.7290.774.71
HexF984E802F721355b4b
Octal37120435005772465133113
Binary11111001100001001110100001011111111010011010110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F984E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F984E8; }

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

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

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

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

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

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

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

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