#FF85FE

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

Shades of Fuchsia Pink #FF85FE

Tints of Fuchsia Pink #FF85FE

Color information

#FF85FE (or 0xFF85FE) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 85 and FE. RGB value is (255,133,254). Sum of RGB (Red+Green+Blue) = 255+133+254=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 133 (52.34% from 255 or 20.72% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF85FE is #007A01. Grayscale: #B6B6B6. Windows color (decimal): -31234 or 16680447. OLE color: 16680447.

HSL color Cylindrical-coordinate representation of color #FF85FE: hue angle of 300.49º 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 #FF85FE is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB255133254-
CMYK00.480.000
HSL300.49º100%76.08%-
HSV(B)300.49º47.84%100%-
XYZ67.5245.1998.93-
YUV183.27167.92179.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.72%
GREEN value IS 133 (52.34% from 255) = 20.72%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=39.72%
G=20.72%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513325400.480.000300.4910076.08
HexFF85FE0300012c644c
Octal37720537606000454144114
Binary11111111100001011111111001100000010010110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF85FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF85FE; }

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

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

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

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

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

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

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

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