#FF87FA

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

Shades of Fuchsia Pink #FF87FA

Tints of Fuchsia Pink #FF87FA

Color information

#FF87FA (or 0xFF87FA) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 87 and FA. RGB value is (255,135,250). Sum of RGB (Red+Green+Blue) = 255+135+250=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 135 (53.12% from 255 or 21.09% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF87FA is #007805. Grayscale: #B7B7B7. Windows color (decimal): -30726 or 16418815. OLE color: 16418815.

HSL color Cylindrical-coordinate representation of color #FF87FA: hue angle of 302.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 #FF87FA is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255135250-
CMYK00.470.020
HSL302.5º100%76.47%-
HSV(B)302.5º47.06%100%-
XYZ67.1645.4995.68-
YUV183.99165.26178.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.84%
GREEN value IS 135 (53.12% from 255) = 21.09%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=39.84%
G=21.09%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513525000.470.020302.510076.47
HexFF87FA02F2012e644c
Octal37720737205720456144114
Binary111111111000011111111010010111110010010111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF87FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF87FA; }

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

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

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

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

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

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

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

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