#FE85FF

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

Shades of Fuchsia Pink #FE85FF

Tints of Fuchsia Pink #FE85FF

Color information

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

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

Color convert

RGB254133255-
CMYK0.000.4800
HSL299.51º100%76.08%-
HSV(B)299.51º47.84%100%-
XYZ67.3145.0799.76-
YUV183.09168.59178.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541332550.000.4800299.5110076.08
HexFE85FF0300012c644c
Octal37620537706000454144114
Binary11111110100001011111111101100000010010110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE85FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE85FF; }

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

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

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

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

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

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

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

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