Html Css Color HEX #FD76FF Fuchsia Pink

📋 copy color: '#FD76FF'

red 253 ◦ green 118 ◦ blue 255

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

Shades of Fuchsia Pink #FD76FF

Tints of Fuchsia Pink #FD76FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 18.85%

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

R = 40.42%
G = 18.85%
B = 40.73%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD76FF (or 0xFD76FF) is known color: Fuchsia Pink. HEX triplet: FD, 76 and FF. RGB value is (253,118,255). Sum of RGB (Red+Green+Blue) = 253+118+255=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 118 (46.48% from 255 or 18.85% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD76FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD76FF is #028900. Grayscale: #ADADAD. Windows color (decimal): -166145 or 16742141. OLE color: 16742141.

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

Color convert

RGB 253 118 255 -
CMYK 0.01 0.54 0 0
HSL 299.12º 1% 0.73% -
HSV(B) 299.12º 0.54% 1% -
XYZ 65.04 41.06 99.11 -
YUV 173.98 173.73 184.36 -
System Red Green Blue C M Y K H S L
Decimal 253 118 255 0.01 0.54 0 0 299.12 1 0.73
Hex FD 76 FF 1 36 0 0 12B 64 49
Octal 375 166 377 1 66 0 0 453 144 111
Binary 11111101 1110110 11111111 1 110110 0 0 100101011 1100100 1001001

Color Harmonies of #FD76FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD76FF

Black with #FD76FF

Text Example


Text Example

White with #FD76FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD76FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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