#FC77FE

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

Shades of Fuchsia Pink #FC77FE

Tints of Fuchsia Pink #FC77FE

Color information

#FC77FE (or 0xFC77FE) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 77 and FE. RGB value is (252,119,254). Sum of RGB (Red+Green+Blue) = 252+119+254=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 119 (46.88% from 255 or 19.04% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC77FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC77FE is #038801. Grayscale: #ADADAD. Windows color (decimal): -231426 or 16676860. OLE color: 16676860.

HSL color Cylindrical-coordinate representation of color #FC77FE: hue angle of 299.11º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC77FE is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB252119254-
CMYK0.010.5300.00
HSL299.11º98.54%73.14%-
HSV(B)299.11º53.15%99.61%-
XYZ64.6341.0498.28-
YUV174.16173.06183.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.32%
GREEN value IS 119 (46.88% from 255) = 19.04%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=40.32%
G=19.04%
B=40.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2521192540.010.5300.00299.1198.5473.14
HexFC77FE1350012b6349
Octal37416737616500453143111
Binary1111110011101111111111011101010010010101111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC77FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC77FE; }

 p { color: rgb(252,119,254); }

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

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

 a { background-color: rgb(252,119,254); }

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

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

 span { border-color: rgb(252,119,254); }

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