Html Css Color HEX #FC76F0 Fuchsia Pink

📋 copy color: '#FC76F0'

red 252 ◦ green 118 ◦ blue 240

#FC76F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia Pink #FC76F0

Tints of Fuchsia Pink #FC76F0

RGB

 RED value IS 252 (98.83% from 255) = 41.31%

 GREEN value IS 118 (46.48% from 255) = 19.34%

 BLUE value IS 240 (94.14% from 255) = 39.34%

R = 41.31%
G = 19.34%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC76F0 (or 0xFC76F0) is known color: Fuchsia Pink. HEX triplet: FC, 76 and F0. RGB value is (252,118,240). Sum of RGB (Red+Green+Blue) = 252+118+240=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 118 (46.48% from 255 or 19.34% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC76F0 is #03890F. Grayscale: #ABABAB. Windows color (decimal): -231696 or 15759100. OLE color: 15759100.

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

Color convert

RGB 252 118 240 -
CMYK 0 0.53 0.05 0.01
HSL 305.37º 0.96% 0.73% -
HSV(B) 305.37º 0.53% 0.99% -
XYZ 62.35 39.94 86.86 -
YUV 171.97 166.39 185.08 -
System Red Green Blue C M Y K H S L
Decimal 252 118 240 0 0.53 0.05 0.01 305.37 0.96 0.73
Hex FC 76 F0 0 35 5 1 131 60 49
Octal 374 166 360 0 65 5 1 461 140 111
Binary 11111100 1110110 11110000 0 110101 101 1 100110001 1100000 1001001

Color Harmonies of #FC76F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC76F0

Black with #FC76F0

Text Example


Text Example

White with #FC76F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC76F0; }

 p { color: rgb(252,118,240); }

 H1.HeaderClassName
 {
   color: #FC76F0;
 }
 .AnyTagClassName
 {
   color: #FC76F0;
 }
</style>

background-color css

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

 a { background-color: rgb(252,118,240); }

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

border-color css

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

 span { border-color: rgb(252,118,240); }

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