#FD83F0

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

Shades of Pale Magenta #FD83F0

Tints of Pale Magenta #FD83F0

Color information

#FD83F0 (or 0xFD83F0) is unknown color: approx Pale Magenta. HEX triplet: FD, 83 and F0. RGB value is (253,131,240). Sum of RGB (Red+Green+Blue) = 253+131+240=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 131 (51.56% from 255 or 20.99% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FD83F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD83F0 is #027C0F. Grayscale: #B3B3B3. Windows color (decimal): -162832 or 15762429. OLE color: 15762429.

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

Color convert

RGB253131240-
CMYK00.480.050.01
HSL306.39º96.83%75.29%-
HSV(B)306.39º48.22%99.22%-
XYZ64.3543.4187.42-
YUV179.9161.92180.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.54%
GREEN value IS 131 (51.56% from 255) = 20.99%
BLUE value IS 240 (94.14% from 255) = 38.46%
R=40.54%
G=20.99%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313124000.480.050.01306.3996.8375.29
HexFD83F003051132614b
Octal37520336006051462141113
Binary1111110110000011111100000110000101110011001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD83F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD83F0; }

 p { color: rgb(253,131,240); }

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

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

 a { background-color: rgb(253,131,240); }

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

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

 span { border-color: rgb(253,131,240); }

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