Html Css Color HEX #FC76F2 Fuchsia Pink

📋 copy color: '#FC76F2'

red 252 ◦ green 118 ◦ blue 242

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

Shades of Fuchsia Pink #FC76F2

Tints of Fuchsia Pink #FC76F2

RGB

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

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

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

R = 41.18%
G = 19.28%
B = 39.54%

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

#FC76F2 (or 0xFC76F2) is known color: Fuchsia Pink. HEX triplet: FC, 76 and F2. RGB value is (252,118,242). Sum of RGB (Red+Green+Blue) = 252+118+242=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 118 (46.48% from 255 or 19.28% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC76F2 is #03890D. Grayscale: #ABABAB. Windows color (decimal): -231694 or 15890172. OLE color: 15890172.

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

Color convert

RGB 252 118 242 -
CMYK 0 0.53 0.04 0.01
HSL 304.48º 0.96% 0.73% -
HSV(B) 304.48º 0.53% 0.99% -
XYZ 62.65 40.06 88.44 -
YUV 172.2 167.39 184.92 -
System Red Green Blue C M Y K H S L
Decimal 252 118 242 0 0.53 0.04 0.01 304.48 0.96 0.73
Hex FC 76 F2 0 35 4 1 130 60 49
Octal 374 166 362 0 65 4 1 460 140 111
Binary 11111100 1110110 11110010 0 110101 100 1 100110000 1100000 1001001

Color Harmonies of #FC76F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC76F2

Black with #FC76F2

Text Example


Text Example

White with #FC76F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC76F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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