#fd7ffd

Color #FD7FFD Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #FD7FFD

Tints of Fuchsia Pink #FD7FFD

Color information

#FD7FFD (or 0xFD7FFD) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 7F and FD. RGB value is (253,127,253). Sum of RGB (Red+Green+Blue) = 253+127+253=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 127 (50% from 255 or 20.06% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD7FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7FFD is #028002. Grayscale: #B2B2B2. Windows color (decimal): -163843 or 16613373. OLE color: 16613373.

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

Color convert

RGB253127253-
CMYK00.5000.01
HSL300º96.92%74.51%-
HSV(B)300º49.8%99.22%-
XYZ65.8343.1597.79-
YUV179.04169.74180.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.97%
GREEN value IS 127 (50% from 255) = 20.06%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=39.97%
G=20.06%
B=39.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312725300.5000.0130096.9274.51
HexFD7FFD0320112c614b
Octal37517737506201454141113
Binary1111110111111111111110101100100110010110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fd7ffd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fd7ffd; }

 p { color: rgb(253,127,253); }

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

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

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

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

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

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

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