Html Css Color HEX #FA80FE Fuchsia Pink

📋 copy color: '#FA80FE'

red 250 ◦ green 128 ◦ blue 254

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

Shades of Fuchsia Pink #FA80FE

Tints of Fuchsia Pink #FA80FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.19%

R = 39.56%
G = 20.25%
B = 40.19%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FA80FE (or 0xFA80FE) is known color: Fuchsia Pink. HEX triplet: FA, 80 and FE. RGB value is (250,128,254). Sum of RGB (Red+Green+Blue) = 250+128+254=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 128 (50.39% from 255 or 20.25% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA80FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA80FE is #057F01. Grayscale: #B2B2B2. Windows color (decimal): -360194 or 16679162. OLE color: 16679162.

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

Color convert

RGB 250 128 254 -
CMYK 0.02 0.50 0 0.00
HSL 298.1º 0.98% 0.75% -
HSV(B) 298.1º 0.5% 1% -
XYZ 65.03 42.92 98.62 -
YUV 178.84 170.42 178.75 -
System Red Green Blue C M Y K H S L
Decimal 250 128 254 0.02 0.50 0 0.00 298.1 0.98 0.75
Hex FA 80 FE 2 32 0 0 12A 62 4B
Octal 372 200 376 2 62 0 0 452 142 113
Binary 11111010 10000000 11111110 10 110010 0 0 100101010 1100010 1001011

Color Harmonies of #FA80FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80FE

Black with #FA80FE

Text Example


Text Example

White with #FA80FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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