Html Css Color HEX #FA77FF Fuchsia Pink

📋 copy color: '#FA77FF'

red 250 ◦ green 119 ◦ blue 255

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

Shades of Fuchsia Pink #FA77FF

Tints of Fuchsia Pink #FA77FF

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 250 119 255 -
CMYK 0.02 0.53 0 0
HSL 297.79º 1% 0.73% -
HSV(B) 297.79º 0.53% 1% -
XYZ 64.07 40.74 99.09 -
YUV 173.67 173.9 182.44 -
System Red Green Blue C M Y K H S L
Decimal 250 119 255 0.02 0.53 0 0 297.79 1 0.73
Hex FA 77 FF 2 35 0 0 12A 64 49
Octal 372 167 377 2 65 0 0 452 144 111
Binary 11111010 1110111 11111111 10 110101 0 0 100101010 1100100 1001001

Color Harmonies of #FA77FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA77FF

Black with #FA77FF

Text Example


Text Example

White with #FA77FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA77FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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