#F981E6

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

Shades of Pale Magenta #F981E6

Tints of Pale Magenta #F981E6

Color information

#F981E6 (or 0xF981E6) is unknown color: approx Pale Magenta. HEX triplet: F9, 81 and E6. RGB value is (249,129,230). Sum of RGB (Red+Green+Blue) = 249+129+230=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 129 (50.78% from 255 or 21.22% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F981E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F981E6 is #067E19. Grayscale: #B0B0B0. Windows color (decimal): -425498 or 15106553. OLE color: 15106553.

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

Color convert

RGB249129230-
CMYK00.480.080.02
HSL309.5º90.91%74.12%-
HSV(B)309.5º48.19%97.65%-
XYZ61.241.5579.66-
YUV176.39158.26179.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.95%
GREEN value IS 129 (50.78% from 255) = 21.22%
BLUE value IS 230 (90.23% from 255) = 37.83%
R=40.95%
G=21.22%
B=37.83%

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
Decimal24912923000.480.080.02309.590.9174.12
HexF981E6030821365b4a
Octal371201346060102466133112
Binary111110011000000111100110011000010001010011011010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F981E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F981E6; }

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

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

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

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

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

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

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

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