#FD85F3

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

Shades of Pale Magenta #FD85F3

Tints of Pale Magenta #FD85F3

Color information

#FD85F3 (or 0xFD85F3) is unknown color: approx Pale Magenta. HEX triplet: FD, 85 and F3. RGB value is (253,133,243). Sum of RGB (Red+Green+Blue) = 253+133+243=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 133 (52.34% from 255 or 21.14% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FD85F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD85F3 is #027A0C. Grayscale: #B5B5B5. Windows color (decimal): -162317 or 15959549. OLE color: 15959549.

HSL color Cylindrical-coordinate representation of color #FD85F3: hue angle of 305º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FD85F3 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB253133243-
CMYK00.470.040.01
HSL305º96.77%75.69%-
HSV(B)305º47.43%99.22%-
XYZ65.0744.1389.88-
YUV181.42162.76179.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.22%
GREEN value IS 133 (52.34% from 255) = 21.14%
BLUE value IS 243 (95.31% from 255) = 38.63%
R=40.22%
G=21.14%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313324300.470.040.0130596.7775.69
HexFD85F302F41131614c
Octal37520536305741461141114
Binary1111110110000101111100110101111100110011000111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD85F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD85F3; }

 p { color: rgb(253,133,243); }

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

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

 a { background-color: rgb(253,133,243); }

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

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

 span { border-color: rgb(253,133,243); }

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