#F985D5

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

Shades of Pale Magenta #F985D5

Tints of Pale Magenta #F985D5

Color information

#F985D5 (or 0xF985D5) is unknown color: approx Pale Magenta. HEX triplet: F9, 85 and D5. RGB value is (249,133,213). Sum of RGB (Red+Green+Blue) = 249+133+213=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F985D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F985D5 is #067A2A. Grayscale: #B0B0B0. Windows color (decimal): -424491 or 13993465. OLE color: 13993465.

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

Color convert

RGB249133213-
CMYK00.470.140.02
HSL318.62º90.62%74.9%-
HSV(B)318.62º46.59%97.65%-
XYZ59.4641.7267.87-
YUV176.8148.43179.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.85%
GREEN value IS 133 (52.34% from 255) = 22.35%
BLUE value IS 213 (83.59% from 255) = 35.80%
R=41.85%
G=22.35%
B=35.80%

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
Decimal24913321300.470.140.02318.6290.6274.9
HexF985D502FE213f5b4b
Octal371205325057162477133113
Binary111110011000010111010101010111111101010011111110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F985D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F985D5; }

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

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

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

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

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

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

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

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