Html Css Color HEX #FC77FF Fuchsia Pink

📋 copy color: '#FC77FF'

red 252 ◦ green 119 ◦ blue 255

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

Shades of Fuchsia Pink #FC77FF

Tints of Fuchsia Pink #FC77FF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 19.01%

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

R = 40.26%
G = 19.01%
B = 40.73%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC77FF (or 0xFC77FF) is known color: Fuchsia Pink. HEX triplet: FC, 77 and FF. RGB value is (252,119,255). Sum of RGB (Red+Green+Blue) = 252+119+255=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 119 (46.88% from 255 or 19.01% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC77FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC77FF is #038800. Grayscale: #ADADAD. Windows color (decimal): -231425 or 16742396. OLE color: 16742396.

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

Color convert

RGB 252 119 255 -
CMYK 0.01 0.53 0 0
HSL 298.68º 1% 0.73% -
HSV(B) 298.68º 0.53% 1% -
XYZ 64.79 41.11 99.13 -
YUV 174.27 173.56 183.44 -
System Red Green Blue C M Y K H S L
Decimal 252 119 255 0.01 0.53 0 0 298.68 1 0.73
Hex FC 77 FF 1 35 0 0 12B 64 49
Octal 374 167 377 1 65 0 0 453 144 111
Binary 11111100 1110111 11111111 1 110101 0 0 100101011 1100100 1001001

Color Harmonies of #FC77FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC77FF

Black with #FC77FF

Text Example


Text Example

White with #FC77FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC77FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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