#FD80F0

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

Shades of Pale Magenta #FD80F0

Tints of Pale Magenta #FD80F0

Color information

#FD80F0 (or 0xFD80F0) is unknown color: approx Pale Magenta. HEX triplet: FD, 80 and F0. RGB value is (253,128,240). Sum of RGB (Red+Green+Blue) = 253+128+240=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 128 (50.39% from 255 or 20.61% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD80F0 is #027F0F. Grayscale: #B1B1B1. Windows color (decimal): -163600 or 15761661. OLE color: 15761661.

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

Color convert

RGB253128240-
CMYK00.490.050.01
HSL306.24º96.9%74.71%-
HSV(B)306.24º49.41%99.22%-
XYZ63.9642.6187.29-
YUV178.14162.91181.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.74%
GREEN value IS 128 (50.39% from 255) = 20.61%
BLUE value IS 240 (94.14% from 255) = 38.65%
R=40.74%
G=20.61%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312824000.490.050.01306.2496.974.71
HexFD80F003151132614b
Octal37520036006151462141113
Binary1111110110000000111100000110001101110011001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD80F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD80F0; }

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

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

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

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

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

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

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

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