Html Css Color HEX #FE77FC Fuchsia Pink

📋 copy color: '#FE77FC'

red 254 ◦ green 119 ◦ blue 252

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

Shades of Fuchsia Pink #FE77FC

Tints of Fuchsia Pink #FE77FC

RGB

 RED value IS 254 (99.61% from 255) = 40.64%

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

 BLUE value IS 252 (98.83% from 255) = 40.32%

R = 40.64%
G = 19.04%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE77FC (or 0xFE77FC) is known color: Fuchsia Pink. HEX triplet: FE, 77 and FC. RGB value is (254,119,252). Sum of RGB (Red+Green+Blue) = 254+119+252=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 119 (46.88% from 255 or 19.04% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE77FC is #018803. Grayscale: #AEAEAE. Windows color (decimal): -100356 or 16545790. OLE color: 16545790.

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

Color convert

RGB 254 119 252 -
CMYK 0 0.53 0.01 0.00
HSL 300.89º 0.99% 0.73% -
HSV(B) 300.89º 0.53% 1% -
XYZ 65.04 41.29 96.64 -
YUV 174.53 171.73 184.69 -
System Red Green Blue C M Y K H S L
Decimal 254 119 252 0 0.53 0.01 0.00 300.89 0.99 0.73
Hex FE 77 FC 0 35 1 0 12D 63 49
Octal 376 167 374 0 65 1 0 455 143 111
Binary 11111110 1110111 11111100 0 110101 1 0 100101101 1100011 1001001

Color Harmonies of #FE77FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE77FC

Black with #FE77FC

Text Example


Text Example

White with #FE77FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE77FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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