#FA8DFE

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

Shades of Fuchsia Pink #FA8DFE

Tints of Fuchsia Pink #FA8DFE

Color information

#FA8DFE (or 0xFA8DFE) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 8D and FE. RGB value is (250,141,254). Sum of RGB (Red+Green+Blue) = 250+141+254=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 141 (55.47% from 255 or 21.86% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA8DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8DFE is #057201. Grayscale: #BABABA. Windows color (decimal): -356866 or 16682490. OLE color: 16682490.

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

Color convert

RGB250141254-
CMYK0.020.4400.00
HSL297.88º98.26%77.45%-
HSV(B)297.88º44.49%99.61%-
XYZ66.8446.5399.22-
YUV186.47166.11173.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.76%
GREEN value IS 141 (55.47% from 255) = 21.86%
BLUE value IS 254 (99.61% from 255) = 39.38%
R=38.76%
G=21.86%
B=39.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2501412540.020.4400.00297.8898.2677.45
HexFA8DFE22C0012a624d
Octal37221537625400452142115
Binary111110101000110111111110101011000010010101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8DFE; }

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

 H1.HeaderClassName
 {
   color: #FA8DFE;
 }
 .AnyTagClassName
 {
   color: #FA8DFE;
 }
</style>
background-color css

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

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

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

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

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

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