Html Css Color HEX #FD77F0 Fuchsia Pink

📋 copy color: '#FD77F0'

red 253 ◦ green 119 ◦ blue 240

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

Shades of Fuchsia Pink #FD77F0

Tints of Fuchsia Pink #FD77F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.22%

R = 41.34%
G = 19.44%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FD77F0 (or 0xFD77F0) is known color: Fuchsia Pink. HEX triplet: FD, 77 and F0. RGB value is (253,119,240). Sum of RGB (Red+Green+Blue) = 253+119+240=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 119 (46.88% from 255 or 19.44% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD77F0 is #02880F. Grayscale: #ACACAC. Windows color (decimal): -165904 or 15759357. OLE color: 15759357.

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

Color convert

RGB 253 119 240 -
CMYK 0 0.53 0.05 0.01
HSL 305.82º 0.97% 0.73% -
HSV(B) 305.82º 0.53% 0.99% -
XYZ 62.83 40.37 86.92 -
YUV 172.86 165.89 185.16 -
System Red Green Blue C M Y K H S L
Decimal 253 119 240 0 0.53 0.05 0.01 305.82 0.97 0.73
Hex FD 77 F0 0 35 5 1 132 61 49
Octal 375 167 360 0 65 5 1 462 141 111
Binary 11111101 1110111 11110000 0 110101 101 1 100110010 1100001 1001001

Color Harmonies of #FD77F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD77F0

Black with #FD77F0

Text Example


Text Example

White with #FD77F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD77F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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