#FF84FB

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

Shades of Fuchsia Pink #FF84FB

Tints of Fuchsia Pink #FF84FB

Color information

#FF84FB (or 0xFF84FB) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 84 and FB. RGB value is (255,132,251). Sum of RGB (Red+Green+Blue) = 255+132+251=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 132 (51.95% from 255 or 20.69% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF84FB is #007B04. Grayscale: #B5B5B5. Windows color (decimal): -31493 or 16483583. OLE color: 16483583.

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

Color convert

RGB255132251-
CMYK00.480.020
HSL301.95º100%75.88%-
HSV(B)301.95º48.24%100%-
XYZ66.944.7396.37-
YUV182.34166.75179.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.97%
GREEN value IS 132 (51.95% from 255) = 20.69%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=39.97%
G=20.69%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513225100.480.020301.9510075.88
HexFF84FB0302012e644c
Octal37720437306020456144114
Binary111111111000010011111011011000010010010111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF84FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF84FB; }

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

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

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

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

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

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

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

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