Html Css Color HEX #FA80FF Fuchsia Pink

📋 copy color: '#FA80FF'

red 250 ◦ green 128 ◦ blue 255

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

Shades of Fuchsia Pink #FA80FF

Tints of Fuchsia Pink #FA80FF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 20.22%

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

R = 39.49%
G = 20.22%
B = 40.28%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA80FF (or 0xFA80FF) is known color: Fuchsia Pink. HEX triplet: FA, 80 and FF. RGB value is (250,128,255). Sum of RGB (Red+Green+Blue) = 250+128+255=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 128 (50.39% from 255 or 20.22% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA80FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA80FF is #057F00. Grayscale: #B2B2B2. Windows color (decimal): -360193 or 16744698. OLE color: 16744698.

HSL color Cylindrical-coordinate representation of color #FA80FF: hue angle of 297.64º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA80FF is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 250 128 255 -
CMYK 0.02 0.50 0 0
HSL 297.64º 1% 0.75% -
HSV(B) 297.64º 0.5% 1% -
XYZ 65.19 42.98 99.47 -
YUV 178.96 170.92 178.67 -
System Red Green Blue C M Y K H S L
Decimal 250 128 255 0.02 0.50 0 0 297.64 1 0.75
Hex FA 80 FF 2 32 0 0 12A 64 4B
Octal 372 200 377 2 62 0 0 452 144 113
Binary 11111010 10000000 11111111 10 110010 0 0 100101010 1100100 1001011

Color Harmonies of #FA80FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80FF

Black with #FA80FF

Text Example


Text Example

White with #FA80FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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