#F983E9

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

Shades of Pale Magenta #F983E9

Tints of Pale Magenta #F983E9

Color information

#F983E9 (or 0xF983E9) is unknown color: approx Pale Magenta. HEX triplet: F9, 83 and E9. RGB value is (249,131,233). Sum of RGB (Red+Green+Blue) = 249+131+233=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 131 (51.56% from 255 or 21.37% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F983E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F983E9 is #067C16. Grayscale: #B1B1B1. Windows color (decimal): -424983 or 15303673. OLE color: 15303673.

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

Color convert

RGB249131233-
CMYK00.470.060.02
HSL308.14º90.77%74.51%-
HSV(B)308.14º47.39%97.65%-
XYZ61.8942.2681.98-
YUV177.91159.09178.71-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.62%
GREEN value IS 131 (51.56% from 255) = 21.37%
BLUE value IS 233 (91.41% from 255) = 38.01%
R=40.62%
G=21.37%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913123300.470.060.02308.1490.7774.51
HexF983E902F621345b4b
Octal37120335105762464133113
Binary11111001100000111110100101011111101010011010010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F983E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F983E9; }

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

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

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

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

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

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

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

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