#FC7EF8

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

Shades of Fuchsia Pink #FC7EF8

Tints of Fuchsia Pink #FC7EF8

Color information

#FC7EF8 (or 0xFC7EF8) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 7E and F8. RGB value is (252,126,248). Sum of RGB (Red+Green+Blue) = 252+126+248=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 126 (49.61% from 255 or 20.13% from 626); Blue value is 248 (97.27% from 255 or 39.62% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7EF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7EF8 is #038107. Grayscale: #B1B1B1. Windows color (decimal): -229640 or 16285436. OLE color: 16285436.

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

Color convert

RGB252126248-
CMYK00.50.020.01
HSL301.9º95.45%74.12%-
HSV(B)301.9º50%98.82%-
XYZ64.5542.3993.59-
YUV177.58167.74181.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.26%
GREEN value IS 126 (49.61% from 255) = 20.13%
BLUE value IS 248 (97.27% from 255) = 39.62%
R=40.26%
G=20.13%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212624800.50.020.01301.995.4574.12
HexFC7EF80322112e5f4a
Octal37417637006221456137112
Binary11111100111111011111000011001010110010111010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7EF8; }

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

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

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

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

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

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

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

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