#FF8EFD

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

Shades of Fuchsia Pink #FF8EFD

Tints of Fuchsia Pink #FF8EFD

Color information

#FF8EFD (or 0xFF8EFD) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 8E and FD. RGB value is (255,142,253). Sum of RGB (Red+Green+Blue) = 255+142+253=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 142 (55.86% from 255 or 21.85% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8EFD is #007102. Grayscale: #BCBCBC. Windows color (decimal): -28931 or 16617215. OLE color: 16617215.

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

Color convert

RGB255142253-
CMYK00.440.010
HSL301.06º100%77.84%-
HSV(B)301.06º44.31%100%-
XYZ68.6447.798.52-
YUV188.44164.44175.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.23%
GREEN value IS 142 (55.86% from 255) = 21.85%
BLUE value IS 253 (99.22% from 255) = 38.92%
R=39.23%
G=21.85%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514225300.440.010301.0610077.84
HexFF8EFD02C1012d644e
Octal37721637505410455144116
Binary11111111100011101111110101011001010010110111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8EFD; }

 p { color: rgb(255,142,253); }

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

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

 a { background-color: rgb(255,142,253); }

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

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

 span { border-color: rgb(255,142,253); }

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