Html Css Color HEX #FD77F2 Fuchsia Pink

📋 copy color: '#FD77F2'

red 253 ◦ green 119 ◦ blue 242

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

Shades of Fuchsia Pink #FD77F2

Tints of Fuchsia Pink #FD77F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.41%

R = 41.21%
G = 19.38%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FD77F2 (or 0xFD77F2) is known color: Fuchsia Pink. HEX triplet: FD, 77 and F2. RGB value is (253,119,242). Sum of RGB (Red+Green+Blue) = 253+119+242=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 119 (46.88% from 255 or 19.38% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD77F2 is #02880D. Grayscale: #ACACAC. Windows color (decimal): -165902 or 15890429. OLE color: 15890429.

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

Color convert

RGB 253 119 242 -
CMYK 0 0.53 0.04 0.01
HSL 304.93º 0.97% 0.73% -
HSV(B) 304.93º 0.53% 0.99% -
XYZ 63.13 40.49 88.49 -
YUV 173.09 166.89 185 -
System Red Green Blue C M Y K H S L
Decimal 253 119 242 0 0.53 0.04 0.01 304.93 0.97 0.73
Hex FD 77 F2 0 35 4 1 131 61 49
Octal 375 167 362 0 65 4 1 461 141 111
Binary 11111101 1110111 11110010 0 110101 100 1 100110001 1100001 1001001

Color Harmonies of #FD77F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD77F2

Black with #FD77F2

Text Example


Text Example

White with #FD77F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD77F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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