Html Css Color HEX #FE76FB Fuchsia Pink

📋 copy color: '#FE76FB'

red 254 ◦ green 118 ◦ blue 251

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

Shades of Fuchsia Pink #FE76FB

Tints of Fuchsia Pink #FE76FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.29%

R = 40.77%
G = 18.94%
B = 40.29%

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

#FE76FB (or 0xFE76FB) is known color: Fuchsia Pink. HEX triplet: FE, 76 and FB. RGB value is (254,118,251). Sum of RGB (Red+Green+Blue) = 254+118+251=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 118 (46.48% from 255 or 18.94% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE76FB is #018904. Grayscale: #ADADAD. Windows color (decimal): -100613 or 16479998. OLE color: 16479998.

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

Color convert

RGB 254 118 251 -
CMYK 0 0.54 0.01 0.00
HSL 301.32º 0.99% 0.73% -
HSV(B) 301.32º 0.54% 1% -
XYZ 64.76 40.99 95.77 -
YUV 173.83 171.56 185.19 -
System Red Green Blue C M Y K H S L
Decimal 254 118 251 0 0.54 0.01 0.00 301.32 0.99 0.73
Hex FE 76 FB 0 36 1 0 12D 63 49
Octal 376 166 373 0 66 1 0 455 143 111
Binary 11111110 1110110 11111011 0 110110 1 0 100101101 1100011 1001001

Color Harmonies of #FE76FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE76FB

Black with #FE76FB

Text Example


Text Example

White with #FE76FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE76FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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