#F983D5

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

Shades of Pale Magenta #F983D5

Tints of Pale Magenta #F983D5

Color information

#F983D5 (or 0xF983D5) is unknown color: approx Pale Magenta. HEX triplet: F9, 83 and D5. RGB value is (249,131,213). Sum of RGB (Red+Green+Blue) = 249+131+213=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 131 (51.56% from 255 or 22.09% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F983D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983D5 is #067C2A. Grayscale: #AFAFAF. Windows color (decimal): -425003 or 13992953. OLE color: 13992953.

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

Color convert

RGB249131213-
CMYK00.470.140.02
HSL318.31º90.77%74.51%-
HSV(B)318.31º47.39%97.65%-
XYZ59.1941.1867.78-
YUV175.63149.09180.33-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.99%
GREEN value IS 131 (51.56% from 255) = 22.09%
BLUE value IS 213 (83.59% from 255) = 35.92%
R=41.99%
G=22.09%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913121300.470.140.02318.3190.7774.51
HexF983D502FE213e5b4b
Octal371203325057162476133113
Binary111110011000001111010101010111111101010011111010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F983D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F983D5; }

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

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

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

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

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

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

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

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