Html Css Color HEX #FE77F7 Fuchsia Pink

📋 copy color: '#FE77F7'

red 254 ◦ green 119 ◦ blue 247

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

Shades of Fuchsia Pink #FE77F7

Tints of Fuchsia Pink #FE77F7

RGB

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

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

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

R = 40.97%
G = 19.19%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE77F7 (or 0xFE77F7) is known color: Fuchsia Pink. HEX triplet: FE, 77 and F7. RGB value is (254,119,247). Sum of RGB (Red+Green+Blue) = 254+119+247=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 119 (46.88% from 255 or 19.19% from 620); Blue value is 247 (96.88% from 255 or 39.84% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE77F7 is #018808. Grayscale: #ADADAD. Windows color (decimal): -100361 or 16218110. OLE color: 16218110.

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

Color convert

RGB 254 119 247 -
CMYK 0 0.53 0.03 0.00
HSL 303.11º 0.99% 0.73% -
HSV(B) 303.11º 0.53% 1% -
XYZ 64.26 40.98 92.52 -
YUV 173.96 169.23 185.09 -
System Red Green Blue C M Y K H S L
Decimal 254 119 247 0 0.53 0.03 0.00 303.11 0.99 0.73
Hex FE 77 F7 0 35 3 0 12F 63 49
Octal 376 167 367 0 65 3 0 457 143 111
Binary 11111110 1110111 11110111 0 110101 11 0 100101111 1100011 1001001

Color Harmonies of #FE77F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE77F7

Black with #FE77F7

Text Example


Text Example

White with #FE77F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE77F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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