#F981E9

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

Shades of Pale Magenta #F981E9

Tints of Pale Magenta #F981E9

Color information

#F981E9 (or 0xF981E9) is unknown color: approx Pale Magenta. HEX triplet: F9, 81 and E9. RGB value is (249,129,233). Sum of RGB (Red+Green+Blue) = 249+129+233=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 129 (50.78% from 255 or 21.11% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F981E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F981E9 is #067E16. Grayscale: #B0B0B0. Windows color (decimal): -425495 or 15303161. OLE color: 15303161.

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

Color convert

RGB249129233-
CMYK00.480.060.02
HSL308º90.91%74.12%-
HSV(B)308º48.19%97.65%-
XYZ61.6341.7281.9-
YUV176.74159.76179.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.75%
GREEN value IS 129 (50.78% from 255) = 21.11%
BLUE value IS 233 (91.41% from 255) = 38.13%
R=40.75%
G=21.11%
B=38.13%

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
Decimal24912923300.480.060.0230890.9174.12
HexF981E9030621345b4a
Octal37120135106062464133112
Binary11111001100000011110100101100001101010011010010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F981E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F981E9; }

 p { color: rgb(249,129,233); }

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

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

 a { background-color: rgb(249,129,233); }

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

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

 span { border-color: rgb(249,129,233); }

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