#FD84FE

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

Shades of Fuchsia Pink #FD84FE

Tints of Fuchsia Pink #FD84FE

Color information

#FD84FE (or 0xFD84FE) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 84 and FE. RGB value is (253,132,254). Sum of RGB (Red+Green+Blue) = 253+132+254=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 132 (51.95% from 255 or 20.66% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD84FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD84FE is #027B01. Grayscale: #B5B5B5. Windows color (decimal): -162562 or 16680189. OLE color: 16680189.

HSL color Cylindrical-coordinate representation of color #FD84FE: hue angle of 299.51º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FD84FE is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB253132254-
CMYK0.000.4800.00
HSL299.51º98.39%75.69%-
HSV(B)299.51º48.03%99.61%-
XYZ66.6544.5498.85-
YUV182.09168.59178.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.59%
GREEN value IS 132 (51.95% from 255) = 20.66%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=39.59%
G=20.66%
B=39.75%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2531322540.000.4800.00299.5198.3975.69
HexFD84FE0300012c624c
Octal37520437606000454142114
Binary11111101100001001111111001100000010010110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD84FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD84FE; }

 p { color: rgb(253,132,254); }

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

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

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

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

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

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

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