#FC84F8

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

Shades of Fuchsia Pink #FC84F8

Tints of Fuchsia Pink #FC84F8

Color information

#FC84F8 (or 0xFC84F8) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 84 and F8. RGB value is (252,132,248). Sum of RGB (Red+Green+Blue) = 252+132+248=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 132 (51.95% from 255 or 20.89% from 632); Blue value is 248 (97.27% from 255 or 39.24% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FC84F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC84F8 is #037B07. Grayscale: #B4B4B4. Windows color (decimal): -228104 or 16286972. OLE color: 16286972.

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

Color convert

RGB252132248-
CMYK00.480.020.01
HSL302º95.24%75.29%-
HSV(B)302º47.62%98.82%-
XYZ65.3443.9893.85-
YUV181.1165.76178.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.87%
GREEN value IS 132 (51.95% from 255) = 20.89%
BLUE value IS 248 (97.27% from 255) = 39.24%
R=39.87%
G=20.89%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213224800.480.020.0130295.2475.29
HexFC84F80302112e5f4b
Octal37420437006021456137113
Binary111111001000010011111000011000010110010111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC84F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC84F8; }

 p { color: rgb(252,132,248); }

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

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

 a { background-color: rgb(252,132,248); }

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

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

 span { border-color: rgb(252,132,248); }

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