Html Css Color HEX #FF77FE Fuchsia Pink

📋 copy color: '#FF77FE'

red 255 ◦ green 119 ◦ blue 254

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

Shades of Fuchsia Pink #FF77FE

Tints of Fuchsia Pink #FF77FE

RGB

 RED value IS 255 (100% from 255) = 40.61%

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

 BLUE value IS 254 (99.61% from 255) = 40.45%

R = 40.61%
G = 18.95%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FF77FE (or 0xFF77FE) is known color: Fuchsia Pink. HEX triplet: FF, 77 and FE. RGB value is (255,119,254). Sum of RGB (Red+Green+Blue) = 255+119+254=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 119 (46.88% from 255 or 18.95% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF77FE is #008801. Grayscale: #AEAEAE. Windows color (decimal): -34818 or 16676863. OLE color: 16676863.

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

Color convert

RGB 255 119 254 -
CMYK 0 0.53 0.00 0
HSL 300.44º 1% 0.73% -
HSV(B) 300.44º 0.53% 1% -
XYZ 65.73 41.61 98.33 -
YUV 175.05 172.56 185.02 -
System Red Green Blue C M Y K H S L
Decimal 255 119 254 0 0.53 0.00 0 300.44 1 0.73
Hex FF 77 FE 0 35 0 0 12C 64 49
Octal 377 167 376 0 65 0 0 454 144 111
Binary 11111111 1110111 11111110 0 110101 0 0 100101100 1100100 1001001

Color Harmonies of #FF77FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF77FE

Black with #FF77FE

Text Example


Text Example

White with #FF77FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF77FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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