Html Css Color HEX #FC76FE Fuchsia Pink

📋 copy color: '#FC76FE'

red 252 ◦ green 118 ◦ blue 254

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

Shades of Fuchsia Pink #FC76FE

Tints of Fuchsia Pink #FC76FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.71%

R = 40.38%
G = 18.91%
B = 40.71%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC76FE (or 0xFC76FE) is known color: Fuchsia Pink. HEX triplet: FC, 76 and FE. RGB value is (252,118,254). Sum of RGB (Red+Green+Blue) = 252+118+254=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 118 (46.48% from 255 or 18.91% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC76FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC76FE is #038901. Grayscale: #ADADAD. Windows color (decimal): -231682 or 16676604. OLE color: 16676604.

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

Color convert

RGB 252 118 254 -
CMYK 0.01 0.54 0 0.00
HSL 299.12º 0.99% 0.73% -
HSV(B) 299.12º 0.54% 1% -
XYZ 64.51 40.81 98.24 -
YUV 173.57 173.39 183.94 -
System Red Green Blue C M Y K H S L
Decimal 252 118 254 0.01 0.54 0 0.00 299.12 0.99 0.73
Hex FC 76 FE 1 36 0 0 12B 63 49
Octal 374 166 376 1 66 0 0 453 143 111
Binary 11111100 1110110 11111110 1 110110 0 0 100101011 1100011 1001001

Color Harmonies of #FC76FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC76FE

Black with #FC76FE

Text Example


Text Example

White with #FC76FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC76FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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