Html Css Color HEX #FF77FA Fuchsia Pink

📋 copy color: '#FF77FA'

red 255 ◦ green 119 ◦ blue 250

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

Shades of Fuchsia Pink #FF77FA

Tints of Fuchsia Pink #FF77FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.06%

R = 40.87%
G = 19.07%
B = 40.06%

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

#FF77FA (or 0xFF77FA) is known color: Fuchsia Pink. HEX triplet: FF, 77 and FA. RGB value is (255,119,250). Sum of RGB (Red+Green+Blue) = 255+119+250=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 119 (46.88% from 255 or 19.07% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF77FA is #008805. Grayscale: #AEAEAE. Windows color (decimal): -34822 or 16414719. OLE color: 16414719.

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

Color convert

RGB 255 119 250 -
CMYK 0 0.53 0.02 0
HSL 302.21º 1% 0.73% -
HSV(B) 302.21º 0.53% 1% -
XYZ 65.09 41.36 94.99 -
YUV 174.6 170.56 185.35 -
System Red Green Blue C M Y K H S L
Decimal 255 119 250 0 0.53 0.02 0 302.21 1 0.73
Hex FF 77 FA 0 35 2 0 12E 64 49
Octal 377 167 372 0 65 2 0 456 144 111
Binary 11111111 1110111 11111010 0 110101 10 0 100101110 1100100 1001001

Color Harmonies of #FF77FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF77FA

Black with #FF77FA

Text Example


Text Example

White with #FF77FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF77FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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