#FF84FE

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

Shades of Fuchsia Pink #FF84FE

Tints of Fuchsia Pink #FF84FE

Color information

#FF84FE (or 0xFF84FE) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 84 and FE. RGB value is (255,132,254). Sum of RGB (Red+Green+Blue) = 255+132+254=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 132 (51.95% from 255 or 20.59% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF84FE is #007B01. Grayscale: #B6B6B6. Windows color (decimal): -31490 or 16680191. OLE color: 16680191.

HSL color Cylindrical-coordinate representation of color #FF84FE: hue angle of 300.49º 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 #FF84FE is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB255132254-
CMYK00.480.000
HSL300.49º100%75.88%-
HSV(B)300.49º48.24%100%-
XYZ67.3844.9298.88-
YUV182.68168.25179.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.78%
GREEN value IS 132 (51.95% from 255) = 20.59%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=39.78%
G=20.59%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513225400.480.000300.4910075.88
HexFF84FE0300012c644c
Octal37720437606000454144114
Binary11111111100001001111111001100000010010110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF84FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF84FE; }

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

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

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

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

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

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

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

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