#FE78FF

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

Shades of Fuchsia Pink #FE78FF

Tints of Fuchsia Pink #FE78FF

Color information

#FE78FF (or 0xFE78FF) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 78 and FF. RGB value is (254,120,255). Sum of RGB (Red+Green+Blue) = 254+120+255=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 120 (47.27% from 255 or 19.08% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE78FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE78FF is #018700. Grayscale: #AFAFAF. Windows color (decimal): -100097 or 16742654. OLE color: 16742654.

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

Color convert

RGB254120255-
CMYK0.000.5300
HSL299.56º100%73.53%-
HSV(B)299.56º52.94%100%-
XYZ65.6441.7299.2-
YUV175.46172.89184.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.38%
GREEN value IS 120 (47.27% from 255) = 19.08%
BLUE value IS 255 (100% from 255) = 40.54%
R=40.38%
G=19.08%
B=40.54%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541202550.000.5300299.5610073.53
HexFE78FF0350012c644a
Octal37617037706500454144112
Binary1111111011110001111111101101010010010110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE78FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE78FF; }

 p { color: rgb(254,120,255); }

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

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

 a { background-color: rgb(254,120,255); }

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

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

 span { border-color: rgb(254,120,255); }

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