Html Css Color HEX #FF80FA Fuchsia Pink

📋 copy color: '#FF80FA'

red 255 ◦ green 128 ◦ blue 250

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

Shades of Fuchsia Pink #FF80FA

Tints of Fuchsia Pink #FF80FA

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF80FA (or 0xFF80FA) is known color: Fuchsia Pink. HEX triplet: FF, 80 and FA. RGB value is (255,128,250). Sum of RGB (Red+Green+Blue) = 255+128+250=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 128 (50.39% from 255 or 20.22% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80FA is #007F05. Grayscale: #B3B3B3. Windows color (decimal): -32518 or 16417023. OLE color: 16417023.

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

Color convert

RGB 255 128 250 -
CMYK 0 0.50 0.02 0
HSL 302.36º 1% 0.75% -
HSV(B) 302.36º 0.5% 1% -
XYZ 66.21 43.6 95.37 -
YUV 179.88 167.58 181.58 -
System Red Green Blue C M Y K H S L
Decimal 255 128 250 0 0.50 0.02 0 302.36 1 0.75
Hex FF 80 FA 0 32 2 0 12E 64 4B
Octal 377 200 372 0 62 2 0 456 144 113
Binary 11111111 10000000 11111010 0 110010 10 0 100101110 1100100 1001011

Color Harmonies of #FF80FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80FA

Black with #FF80FA

Text Example


Text Example

White with #FF80FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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