Html Css Color HEX #FA80F6 Fuchsia Pink

📋 copy color: '#FA80F6'

red 250 ◦ green 128 ◦ blue 246

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

Shades of Fuchsia Pink #FA80F6

Tints of Fuchsia Pink #FA80F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 39.42%

R = 40.06%
G = 20.51%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FA80F6 (or 0xFA80F6) is known color: Fuchsia Pink. HEX triplet: FA, 80 and F6. RGB value is (250,128,246). Sum of RGB (Red+Green+Blue) = 250+128+246=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 128 (50.39% from 255 or 20.51% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA80F6 is #057F09. Grayscale: #B1B1B1. Windows color (decimal): -360202 or 16154874. OLE color: 16154874.

HSL color Cylindrical-coordinate representation of color #FA80F6: hue angle of 301.97º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA80F6 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 128 246 -
CMYK 0 0.49 0.02 0.02
HSL 301.97º 0.92% 0.74% -
HSV(B) 301.97º 0.49% 0.98% -
XYZ 63.78 42.42 92.01 -
YUV 177.93 166.42 179.41 -
System Red Green Blue C M Y K H S L
Decimal 250 128 246 0 0.49 0.02 0.02 301.97 0.92 0.74
Hex FA 80 F6 0 31 2 2 12E 5C 4A
Octal 372 200 366 0 61 2 2 456 134 112
Binary 11111010 10000000 11110110 0 110001 10 10 100101110 1011100 1001010

Color Harmonies of #FA80F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80F6

Black with #FA80F6

Text Example


Text Example

White with #FA80F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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