#FE84FB

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

Shades of Fuchsia Pink #FE84FB

Tints of Fuchsia Pink #FE84FB

Color information

#FE84FB (or 0xFE84FB) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 84 and FB. RGB value is (254,132,251). Sum of RGB (Red+Green+Blue) = 254+132+251=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 132 (51.95% from 255 or 20.72% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FE84FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE84FB is #017B04. Grayscale: #B5B5B5. Windows color (decimal): -97029 or 16483582. OLE color: 16483582.

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

Color convert

RGB254132251-
CMYK00.480.010.00
HSL301.48º98.39%75.69%-
HSV(B)301.48º48.03%99.61%-
XYZ66.5444.5496.36-
YUV182.04166.92179.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.87%
GREEN value IS 132 (51.95% from 255) = 20.72%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=39.87%
G=20.72%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413225100.480.010.00301.4898.3975.69
HexFE84FB0301012d624c
Octal37620437306010455142114
Binary11111110100001001111101101100001010010110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE84FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE84FB; }

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

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

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

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

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

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

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

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