#FD81FD

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

Shades of Fuchsia Pink #FD81FD

Tints of Fuchsia Pink #FD81FD

Color information

#FD81FD (or 0xFD81FD) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 81 and FD. RGB value is (253,129,253). Sum of RGB (Red+Green+Blue) = 253+129+253=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 129 (50.78% from 255 or 20.31% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD81FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD81FD is #027E02. Grayscale: #B3B3B3. Windows color (decimal): -163331 or 16613885. OLE color: 16613885.

HSL color Cylindrical-coordinate representation of color #FD81FD: 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.49%. Process color model (Four color, CMYK) of #FD81FD is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB253129253-
CMYK00.4900.01
HSL300º96.88%74.9%-
HSV(B)300º49.01%99.22%-
XYZ66.0943.6897.88-
YUV180.21169.08179.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.84%
GREEN value IS 129 (50.78% from 255) = 20.31%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=39.84%
G=20.31%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312925300.4900.0130096.8874.9
HexFD81FD0310112c614b
Octal37520137506101454141113
Binary11111101100000011111110101100010110010110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD81FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD81FD; }

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

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

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

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

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

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

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

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