Html Css Color HEX #FF77FD Fuchsia Pink

📋 copy color: '#FF77FD'

red 255 ◦ green 119 ◦ blue 253

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

Shades of Fuchsia Pink #FF77FD

Tints of Fuchsia Pink #FF77FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.35%

R = 40.67%
G = 18.98%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF77FD (or 0xFF77FD) is known color: Fuchsia Pink. HEX triplet: FF, 77 and FD. RGB value is (255,119,253). Sum of RGB (Red+Green+Blue) = 255+119+253=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 119 (46.88% from 255 or 18.98% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF77FD is #008802. Grayscale: #AEAEAE. Windows color (decimal): -34819 or 16611327. OLE color: 16611327.

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

Color convert

RGB 255 119 253 -
CMYK 0 0.53 0.01 0
HSL 300.88º 1% 0.73% -
HSV(B) 300.88º 0.53% 1% -
XYZ 65.57 41.55 97.49 -
YUV 174.94 172.06 185.1 -
System Red Green Blue C M Y K H S L
Decimal 255 119 253 0 0.53 0.01 0 300.88 1 0.73
Hex FF 77 FD 0 35 1 0 12D 64 49
Octal 377 167 375 0 65 1 0 455 144 111
Binary 11111111 1110111 11111101 0 110101 1 0 100101101 1100100 1001001

Color Harmonies of #FF77FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF77FD

Black with #FF77FD

Text Example


Text Example

White with #FF77FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF77FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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