#FF94FE

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

Shades of Fuchsia Pink #FF94FE

Tints of Fuchsia Pink #FF94FE

Color information

#FF94FE (or 0xFF94FE) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 94 and FE. RGB value is (255,148,254). Sum of RGB (Red+Green+Blue) = 255+148+254=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 148 (58.20% from 255 or 22.53% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF94FE is #006B01. Grayscale: #BFBFBF. Windows color (decimal): -27394 or 16684287. OLE color: 16684287.

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

Color convert

RGB255148254-
CMYK00.420.000
HSL300.56º100%79.02%-
HSV(B)300.56º41.96%100%-
XYZ69.7249.699.66-
YUV192.08162.95172.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 148 (58.20% from 255) = 22.53%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=38.81%
G=22.53%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514825400.420.000300.5610079.02
HexFF94FE02A0012d644f
Octal37722437605200455144117
Binary11111111100101001111111001010100010010110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF94FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF94FE; }

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

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

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

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

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

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

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

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