Html Css Color HEX #FE76FC Fuchsia Pink

📋 copy color: '#FE76FC'

red 254 ◦ green 118 ◦ blue 252

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

Shades of Fuchsia Pink #FE76FC

Tints of Fuchsia Pink #FE76FC

RGB

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

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

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

R = 40.71%
G = 18.91%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE76FC (or 0xFE76FC) is known color: Fuchsia Pink. HEX triplet: FE, 76 and FC. RGB value is (254,118,252). Sum of RGB (Red+Green+Blue) = 254+118+252=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 118 (46.48% from 255 or 18.91% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE76FC is #018903. Grayscale: #ADADAD. Windows color (decimal): -100612 or 16545534. OLE color: 16545534.

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

Color convert

RGB 254 118 252 -
CMYK 0 0.54 0.01 0.00
HSL 300.88º 0.99% 0.73% -
HSV(B) 300.88º 0.54% 1% -
XYZ 64.92 41.06 96.6 -
YUV 173.94 172.06 185.1 -
System Red Green Blue C M Y K H S L
Decimal 254 118 252 0 0.54 0.01 0.00 300.88 0.99 0.73
Hex FE 76 FC 0 36 1 0 12D 63 49
Octal 376 166 374 0 66 1 0 455 143 111
Binary 11111110 1110110 11111100 0 110110 1 0 100101101 1100011 1001001

Color Harmonies of #FE76FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE76FC

Black with #FE76FC

Text Example


Text Example

White with #FE76FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE76FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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