Html Css Color HEX #FC80FA Fuchsia Pink

📋 copy color: '#FC80FA'

red 252 ◦ green 128 ◦ blue 250

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

Shades of Fuchsia Pink #FC80FA

Tints of Fuchsia Pink #FC80FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.68%

R = 40%
G = 20.32%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC80FA (or 0xFC80FA) is known color: Fuchsia Pink. HEX triplet: FC, 80 and FA. RGB value is (252,128,250). Sum of RGB (Red+Green+Blue) = 252+128+250=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 128 (50.39% from 255 or 20.32% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC80FA is #037F05. Grayscale: #B2B2B2. Windows color (decimal): -229126 or 16417020. OLE color: 16417020.

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

Color convert

RGB 252 128 250 -
CMYK 0 0.49 0.01 0.01
HSL 300.97º 0.95% 0.75% -
HSV(B) 300.97º 0.49% 0.99% -
XYZ 65.12 43.04 95.32 -
YUV 178.98 168.08 180.08 -
System Red Green Blue C M Y K H S L
Decimal 252 128 250 0 0.49 0.01 0.01 300.97 0.95 0.75
Hex FC 80 FA 0 31 1 1 12D 5F 4B
Octal 374 200 372 0 61 1 1 455 137 113
Binary 11111100 10000000 11111010 0 110001 1 1 100101101 1011111 1001011

Color Harmonies of #FC80FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80FA

Black with #FC80FA

Text Example


Text Example

White with #FC80FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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