Html Css Color HEX #FC80FF Fuchsia Pink

📋 copy color: '#FC80FF'

red 252 ◦ green 128 ◦ blue 255

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

Shades of Fuchsia Pink #FC80FF

Tints of Fuchsia Pink #FC80FF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 20.16%

 BLUE value IS 255 (100% from 255) = 40.16%

R = 39.69%
G = 20.16%
B = 40.16%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC80FF (or 0xFC80FF) is known color: Fuchsia Pink. HEX triplet: FC, 80 and FF. RGB value is (252,128,255). Sum of RGB (Red+Green+Blue) = 252+128+255=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 128 (50.39% from 255 or 20.16% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC80FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC80FF is #037F00. Grayscale: #B3B3B3. Windows color (decimal): -229121 or 16744700. OLE color: 16744700.

HSL color Cylindrical-coordinate representation of color #FC80FF: hue angle of 298.58º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC80FF is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 252 128 255 -
CMYK 0.01 0.50 0 0
HSL 298.58º 1% 0.75% -
HSV(B) 298.58º 0.5% 1% -
XYZ 65.91 43.35 99.5 -
YUV 179.55 170.58 179.67 -
System Red Green Blue C M Y K H S L
Decimal 252 128 255 0.01 0.50 0 0 298.58 1 0.75
Hex FC 80 FF 1 32 0 0 12B 64 4B
Octal 374 200 377 1 62 0 0 453 144 113
Binary 11111100 10000000 11111111 1 110010 0 0 100101011 1100100 1001011

Color Harmonies of #FC80FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80FF

Black with #FC80FF

Text Example


Text Example

White with #FC80FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80FF; }

 p { color: rgb(252,128,255); }

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

background-color css

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

 a { background-color: rgb(252,128,255); }

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

border-color css

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

 span { border-color: rgb(252,128,255); }

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