Html Css Color HEX #FC77F2 Fuchsia Pink

📋 copy color: '#FC77F2'

red 252 ◦ green 119 ◦ blue 242

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

Shades of Fuchsia Pink #FC77F2

Tints of Fuchsia Pink #FC77F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.48%

R = 41.11%
G = 19.41%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC77F2 (or 0xFC77F2) is known color: Fuchsia Pink. HEX triplet: FC, 77 and F2. RGB value is (252,119,242). Sum of RGB (Red+Green+Blue) = 252+119+242=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 119 (46.88% from 255 or 19.41% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC77F2 is #03880D. Grayscale: #ACACAC. Windows color (decimal): -231438 or 15890428. OLE color: 15890428.

HSL color Cylindrical-coordinate representation of color #FC77F2: hue angle of 304.51º 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 #FC77F2 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 119 242 -
CMYK 0 0.53 0.04 0.01
HSL 304.51º 0.96% 0.73% -
HSV(B) 304.51º 0.53% 0.99% -
XYZ 62.77 40.3 88.47 -
YUV 172.79 167.06 184.5 -
System Red Green Blue C M Y K H S L
Decimal 252 119 242 0 0.53 0.04 0.01 304.51 0.96 0.73
Hex FC 77 F2 0 35 4 1 131 60 49
Octal 374 167 362 0 65 4 1 461 140 111
Binary 11111100 1110111 11110010 0 110101 100 1 100110001 1100000 1001001

Color Harmonies of #FC77F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC77F2

Black with #FC77F2

Text Example


Text Example

White with #FC77F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC77F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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