Html Css Color HEX #FC78FE Fuchsia Pink

📋 copy color: '#FC78FE'

red 252 ◦ green 120 ◦ blue 254

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

Shades of Fuchsia Pink #FC78FE

Tints of Fuchsia Pink #FC78FE

RGB

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

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

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

R = 40.26%
G = 19.17%
B = 40.58%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC78FE (or 0xFC78FE) is known color: Fuchsia Pink. HEX triplet: FC, 78 and FE. RGB value is (252,120,254). Sum of RGB (Red+Green+Blue) = 252+120+254=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 120 (47.27% from 255 or 19.17% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC78FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC78FE is #038701. Grayscale: #AEAEAE. Windows color (decimal): -231170 or 16677116. OLE color: 16677116.

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

Color convert

RGB 252 120 254 -
CMYK 0.01 0.53 0 0.00
HSL 299.1º 0.99% 0.73% -
HSV(B) 299.1º 0.53% 1% -
XYZ 64.75 41.28 98.32 -
YUV 174.74 172.73 183.1 -
System Red Green Blue C M Y K H S L
Decimal 252 120 254 0.01 0.53 0 0.00 299.1 0.99 0.73
Hex FC 78 FE 1 35 0 0 12B 63 49
Octal 374 170 376 1 65 0 0 453 143 111
Binary 11111100 1111000 11111110 1 110101 0 0 100101011 1100011 1001001

Color Harmonies of #FC78FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC78FE

Black with #FC78FE

Text Example


Text Example

White with #FC78FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC78FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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