Html Css Color HEX #FF76FD Fuchsia Pink

📋 copy color: '#FF76FD'

red 255 ◦ green 118 ◦ blue 253

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

Shades of Fuchsia Pink #FF76FD

Tints of Fuchsia Pink #FF76FD

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 255 118 253 -
CMYK 0 0.54 0.01 0
HSL 300.88º 1% 0.73% -
HSV(B) 300.88º 0.54% 1% -
XYZ 65.45 41.31 97.45 -
YUV 174.35 172.39 185.52 -
System Red Green Blue C M Y K H S L
Decimal 255 118 253 0 0.54 0.01 0 300.88 1 0.73
Hex FF 76 FD 0 36 1 0 12D 64 49
Octal 377 166 375 0 66 1 0 455 144 111
Binary 11111111 1110110 11111101 0 110110 1 0 100101101 1100100 1001001

Color Harmonies of #FF76FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF76FD

Black with #FF76FD

Text Example


Text Example

White with #FF76FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF76FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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