Html Css Color HEX #FC78F2 Fuchsia Pink

📋 copy color: '#FC78F2'

red 252 ◦ green 120 ◦ blue 242

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

Shades of Fuchsia Pink #FC78F2

Tints of Fuchsia Pink #FC78F2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 19.54%

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

R = 41.04%
G = 19.54%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC78F2 (or 0xFC78F2) is known color: Fuchsia Pink. HEX triplet: FC, 78 and F2. RGB value is (252,120,242). Sum of RGB (Red+Green+Blue) = 252+120+242=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 120 (47.27% from 255 or 19.54% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC78F2 is #03870D. Grayscale: #ADADAD. Windows color (decimal): -231182 or 15890684. OLE color: 15890684.

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

Color convert

RGB 252 120 242 -
CMYK 0 0.52 0.04 0.01
HSL 304.55º 0.96% 0.73% -
HSV(B) 304.55º 0.52% 0.99% -
XYZ 62.89 40.54 88.51 -
YUV 173.38 166.73 184.08 -
System Red Green Blue C M Y K H S L
Decimal 252 120 242 0 0.52 0.04 0.01 304.55 0.96 0.73
Hex FC 78 F2 0 34 4 1 131 60 49
Octal 374 170 362 0 64 4 1 461 140 111
Binary 11111100 1111000 11110010 0 110100 100 1 100110001 1100000 1001001

Color Harmonies of #FC78F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC78F2

Black with #FC78F2

Text Example


Text Example

White with #FC78F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC78F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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