#FF85FA

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

Shades of Fuchsia Pink #FF85FA

Tints of Fuchsia Pink #FF85FA

Color information

#FF85FA (or 0xFF85FA) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 85 and FA. RGB value is (255,133,250). Sum of RGB (Red+Green+Blue) = 255+133+250=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 133 (52.34% from 255 or 20.85% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF85FA is #007A05. Grayscale: #B6B6B6. Windows color (decimal): -31238 or 16418303. OLE color: 16418303.

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

Color convert

RGB255133250-
CMYK00.480.020
HSL302.46º100%76.08%-
HSV(B)302.46º47.84%100%-
XYZ66.8844.9495.59-
YUV182.82165.92179.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.97%
GREEN value IS 133 (52.34% from 255) = 20.85%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=39.97%
G=20.85%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513325000.480.020302.4610076.08
HexFF85FA0302012e644c
Octal37720537206020456144114
Binary111111111000010111111010011000010010010111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF85FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF85FA; }

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

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

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

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

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

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

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

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