#FE8AF8

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

Shades of Fuchsia Pink #FE8AF8

Tints of Fuchsia Pink #FE8AF8

Color information

#FE8AF8 (or 0xFE8AF8) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 8A and F8. RGB value is (254,138,248). Sum of RGB (Red+Green+Blue) = 254+138+248=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 138 (54.30% from 255 or 21.56% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8AF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8AF8 is #017507. Grayscale: #B8B8B8. Windows color (decimal): -95496 or 16288510. OLE color: 16288510.

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

Color convert

RGB254138248-
CMYK00.460.020.00
HSL303.1º98.31%76.86%-
HSV(B)303.1º45.67%99.61%-
XYZ66.946.0394.16-
YUV185.22163.43177.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 138 (54.30% from 255) = 21.56%
BLUE value IS 248 (97.27% from 255) = 38.75%
R=39.69%
G=21.56%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413824800.460.020.00303.198.3176.86
HexFE8AF802E2012f624d
Octal37621237005620457142115
Binary111111101000101011111000010111010010010111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8AF8; }

 p { color: rgb(254,138,248); }

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

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

 a { background-color: rgb(254,138,248); }

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

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

 span { border-color: rgb(254,138,248); }

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