Html Css Color HEX #FA76FF Fuchsia Pink

📋 copy color: '#FA76FF'

red 250 ◦ green 118 ◦ blue 255

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

Shades of Fuchsia Pink #FA76FF

Tints of Fuchsia Pink #FA76FF

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 250 118 255 -
CMYK 0.02 0.54 0 0
HSL 297.81º 1% 0.73% -
HSV(B) 297.81º 0.54% 1% -
XYZ 63.95 40.5 99.05 -
YUV 173.09 174.23 182.86 -
System Red Green Blue C M Y K H S L
Decimal 250 118 255 0.02 0.54 0 0 297.81 1 0.73
Hex FA 76 FF 2 36 0 0 12A 64 49
Octal 372 166 377 2 66 0 0 452 144 111
Binary 11111010 1110110 11111111 10 110110 0 0 100101010 1100100 1001001

Color Harmonies of #FA76FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA76FF

Black with #FA76FF

Text Example


Text Example

White with #FA76FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA76FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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