#FA80F6

Color #FA80F6 Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #FA80F6

Tints of Fuchsia Pink #FA80F6

Color information

#FA80F6 (or 0xFA80F6) is unknown color: approx 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

RGB250128246-
CMYK00.490.020.02
HSL301.97º92.42%74.12%-
HSV(B)301.97º48.8%98.04%-
XYZ63.7842.4292.01-
YUV177.93166.42179.41-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012824600.490.020.02301.9792.4274.12
HexFA80F60312212e5c4a
Octal37220036606122456134112
Binary1111101010000000111101100110001101010010111010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA80F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>