#FD84FF

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

Shades of Fuchsia Pink #FD84FF

Tints of Fuchsia Pink #FD84FF

Color information

#FD84FF (or 0xFD84FF) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 84 and FF. RGB value is (253,132,255). Sum of RGB (Red+Green+Blue) = 253+132+255=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 132 (51.95% from 255 or 20.62% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD84FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD84FF is #027B00. Grayscale: #B5B5B5. Windows color (decimal): -162561 or 16745725. OLE color: 16745725.

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

Color convert

RGB253132255-
CMYK0.010.4800
HSL299.02º100%75.88%-
HSV(B)299.02º48.24%100%-
XYZ66.8144.6199.7-
YUV182.2169.09178.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.53%
GREEN value IS 132 (51.95% from 255) = 20.62%
BLUE value IS 255 (100% from 255) = 39.84%
R=39.53%
G=20.62%
B=39.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2531322550.010.4800299.0210075.88
HexFD84FF1300012b644c
Octal37520437716000453144114
Binary11111101100001001111111111100000010010101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD84FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD84FF; }

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

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

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

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

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

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

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

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