Html Css Color HEX #FE76FF Fuchsia Pink

📋 copy color: '#FE76FF'

red 254 ◦ green 118 ◦ blue 255

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

Shades of Fuchsia Pink #FE76FF

Tints of Fuchsia Pink #FE76FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.67%

R = 40.51%
G = 18.82%
B = 40.67%

CMYK

 C value IS 0.00

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE76FF (or 0xFE76FF) is known color: Fuchsia Pink. HEX triplet: FE, 76 and FF. RGB value is (254,118,255). Sum of RGB (Red+Green+Blue) = 254+118+255=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 118 (46.48% from 255 or 18.82% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE76FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE76FF is #018900. Grayscale: #ADADAD. Windows color (decimal): -100609 or 16742142. OLE color: 16742142.

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

Color convert

RGB 254 118 255 -
CMYK 0.00 0.54 0 0
HSL 299.56º 1% 0.73% -
HSV(B) 299.56º 0.54% 1% -
XYZ 65.4 41.25 99.12 -
YUV 174.28 173.56 184.86 -
System Red Green Blue C M Y K H S L
Decimal 254 118 255 0.00 0.54 0 0 299.56 1 0.73
Hex FE 76 FF 0 36 0 0 12C 64 49
Octal 376 166 377 0 66 0 0 454 144 111
Binary 11111110 1110110 11111111 0 110110 0 0 100101100 1100100 1001001

Color Harmonies of #FE76FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE76FF

Black with #FE76FF

Text Example


Text Example

White with #FE76FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE76FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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