#FE95FF

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

Shades of Fuchsia Pink #FE95FF

Tints of Fuchsia Pink #FE95FF

Color information

#FE95FF (or 0xFE95FF) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 95 and FF. RGB value is (254,149,255). Sum of RGB (Red+Green+Blue) = 254+149+255=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 149 (58.59% from 255 or 22.64% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE95FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE95FF is #016A00. Grayscale: #C0C0C0. Windows color (decimal): -92673 or 16750078. OLE color: 16750078.

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

Color convert

RGB254149255-
CMYK0.000.4200
HSL299.43º100%79.22%-
HSV(B)299.43º41.57%100%-
XYZ69.6749.79100.55-
YUV192.48163.29171.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 149 (58.59% from 255) = 22.64%
BLUE value IS 255 (100% from 255) = 38.75%
R=38.60%
G=22.64%
B=38.75%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541492550.000.4200299.4310079.22
HexFE95FF02A0012b644f
Octal37622537705200453144117
Binary11111110100101011111111101010100010010101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE95FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE95FF; }

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

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

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

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

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

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

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

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