Html Css Color HEX #FE76F7 Fuchsia Pink

📋 copy color: '#FE76F7'

red 254 ◦ green 118 ◦ blue 247

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

Shades of Fuchsia Pink #FE76F7

Tints of Fuchsia Pink #FE76F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.9%

R = 41.03%
G = 19.06%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE76F7 (or 0xFE76F7) is known color: Fuchsia Pink. HEX triplet: FE, 76 and F7. RGB value is (254,118,247). Sum of RGB (Red+Green+Blue) = 254+118+247=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 118 (46.48% from 255 or 19.06% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE76F7 is #018908. Grayscale: #ACACAC. Windows color (decimal): -100617 or 16217854. OLE color: 16217854.

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

Color convert

RGB 254 118 247 -
CMYK 0 0.54 0.03 0.00
HSL 303.09º 0.99% 0.73% -
HSV(B) 303.09º 0.54% 1% -
XYZ 64.14 40.74 92.48 -
YUV 173.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 254 118 247 0 0.54 0.03 0.00 303.09 0.99 0.73
Hex FE 76 F7 0 36 3 0 12F 63 49
Octal 376 166 367 0 66 3 0 457 143 111
Binary 11111110 1110110 11110111 0 110110 11 0 100101111 1100011 1001001

Color Harmonies of #FE76F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE76F7

Black with #FE76F7

Text Example


Text Example

White with #FE76F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE76F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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