Html Css Color HEX #FD77FA Fuchsia Pink

📋 copy color: '#FD77FA'

red 253 ◦ green 119 ◦ blue 250

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

Shades of Fuchsia Pink #FD77FA

Tints of Fuchsia Pink #FD77FA

RGB

 RED value IS 253 (99.22% from 255) = 40.68%

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

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

R = 40.68%
G = 19.13%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD77FA (or 0xFD77FA) is known color: Fuchsia Pink. HEX triplet: FD, 77 and FA. RGB value is (253,119,250). Sum of RGB (Red+Green+Blue) = 253+119+250=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 119 (46.88% from 255 or 19.13% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD77FA is #028805. Grayscale: #ADADAD. Windows color (decimal): -165894 or 16414717. OLE color: 16414717.

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

Color convert

RGB 253 119 250 -
CMYK 0 0.53 0.01 0.01
HSL 301.34º 0.97% 0.73% -
HSV(B) 301.34º 0.53% 0.99% -
XYZ 64.36 40.98 94.96 -
YUV 174 170.89 184.35 -
System Red Green Blue C M Y K H S L
Decimal 253 119 250 0 0.53 0.01 0.01 301.34 0.97 0.73
Hex FD 77 FA 0 35 1 1 12D 61 49
Octal 375 167 372 0 65 1 1 455 141 111
Binary 11111101 1110111 11111010 0 110101 1 1 100101101 1100001 1001001

Color Harmonies of #FD77FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD77FA

Black with #FD77FA

Text Example


Text Example

White with #FD77FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD77FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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