#FE87FF

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

Shades of Fuchsia Pink #FE87FF

Tints of Fuchsia Pink #FE87FF

Color information

#FE87FF (or 0xFE87FF) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 87 and FF. RGB value is (254,135,255). Sum of RGB (Red+Green+Blue) = 254+135+255=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 135 (53.12% from 255 or 20.96% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE87FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE87FF is #017800. Grayscale: #B7B7B7. Windows color (decimal): -96257 or 16746494. OLE color: 16746494.

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

Color convert

RGB254135255-
CMYK0.000.4700
HSL299.5º100%76.47%-
HSV(B)299.5º47.06%100%-
XYZ67.5945.6299.85-
YUV184.26167.92177.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.44%
GREEN value IS 135 (53.12% from 255) = 20.96%
BLUE value IS 255 (100% from 255) = 39.60%
R=39.44%
G=20.96%
B=39.60%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541352550.000.4700299.510076.47
HexFE87FF02F0012c644c
Octal37620737705700454144114
Binary11111110100001111111111101011110010010110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE87FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE87FF; }

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

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

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

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

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

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

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

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