#F989EE

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

Shades of Pale Magenta #F989EE

Tints of Pale Magenta #F989EE

Color information

#F989EE (or 0xF989EE) is unknown color: approx Pale Magenta. HEX triplet: F9, 89 and EE. RGB value is (249,137,238). Sum of RGB (Red+Green+Blue) = 249+137+238=624 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.90% from 624); Green value is 137 (53.91% from 255 or 21.96% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 249 - color contains mainly: red. Hex color #F989EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F989EE is #067611. Grayscale: #B5B5B5. Windows color (decimal): -423442 or 15632889. OLE color: 15632889.

HSL color Cylindrical-coordinate representation of color #F989EE: hue angle of 305.89º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F989EE is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB249137238-
CMYK00.450.040.02
HSL305.89º90.32%75.69%-
HSV(B)305.89º44.98%97.65%-
XYZ63.4544.286.08-
YUV182159.61175.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.90%
GREEN value IS 137 (53.91% from 255) = 21.96%
BLUE value IS 238 (93.36% from 255) = 38.14%
R=39.90%
G=21.96%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913723800.450.040.02305.8990.3275.69
HexF989EE02D421325a4c
Octal37121135605542462132114
Binary11111001100010011110111001011011001010011001010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F989EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F989EE; }

 p { color: rgb(249,137,238); }

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

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

 a { background-color: rgb(249,137,238); }

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

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

 span { border-color: rgb(249,137,238); }

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