Html Css Color HEX #FF77FB Fuchsia Pink

📋 copy color: '#FF77FB'

red 255 ◦ green 119 ◦ blue 251

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

Shades of Fuchsia Pink #FF77FB

Tints of Fuchsia Pink #FF77FB

RGB

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

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

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

R = 40.8%
G = 19.04%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF77FB (or 0xFF77FB) is known color: Fuchsia Pink. HEX triplet: FF, 77 and FB. RGB value is (255,119,251). Sum of RGB (Red+Green+Blue) = 255+119+251=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 119 (46.88% from 255 or 19.04% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF77FB is #008804. Grayscale: #AEAEAE. Windows color (decimal): -34821 or 16480255. OLE color: 16480255.

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

Color convert

RGB 255 119 251 -
CMYK 0 0.53 0.02 0
HSL 301.76º 1% 0.73% -
HSV(B) 301.76º 0.53% 1% -
XYZ 65.25 41.42 95.82 -
YUV 174.71 171.06 185.27 -
System Red Green Blue C M Y K H S L
Decimal 255 119 251 0 0.53 0.02 0 301.76 1 0.73
Hex FF 77 FB 0 35 2 0 12E 64 49
Octal 377 167 373 0 65 2 0 456 144 111
Binary 11111111 1110111 11111011 0 110101 10 0 100101110 1100100 1001001

Color Harmonies of #FF77FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF77FB

Black with #FF77FB

Text Example


Text Example

White with #FF77FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF77FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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