Html Css Color HEX #FF76FA Fuchsia Pink

📋 copy color: '#FF76FA'

red 255 ◦ green 118 ◦ blue 250

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

Shades of Fuchsia Pink #FF76FA

Tints of Fuchsia Pink #FF76FA

RGB

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

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

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

R = 40.93%
G = 18.94%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF76FA (or 0xFF76FA) is known color: Fuchsia Pink. HEX triplet: FF, 76 and FA. RGB value is (255,118,250). Sum of RGB (Red+Green+Blue) = 255+118+250=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 118 (46.48% from 255 or 18.94% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF76FA is #008905. Grayscale: #ADADAD. Windows color (decimal): -35078 or 16414463. OLE color: 16414463.

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

Color convert

RGB 255 118 250 -
CMYK 0 0.54 0.02 0
HSL 302.19º 1% 0.73% -
HSV(B) 302.19º 0.54% 1% -
XYZ 64.97 41.12 94.95 -
YUV 174.01 170.89 185.77 -
System Red Green Blue C M Y K H S L
Decimal 255 118 250 0 0.54 0.02 0 302.19 1 0.73
Hex FF 76 FA 0 36 2 0 12E 64 49
Octal 377 166 372 0 66 2 0 456 144 111
Binary 11111111 1110110 11111010 0 110110 10 0 100101110 1100100 1001001

Color Harmonies of #FF76FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF76FA

Black with #FF76FA

Text Example


Text Example

White with #FF76FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF76FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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